Changeset 15375


Ignore:
Timestamp:
May 23, 2012, 5:39:57 PM (13 years ago)
Author:
Gary Byers
Message:

Get lisp_globals_limit right on ARM.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/lisp-kernel/arm-constants.s

    r15371 r15375  
    394394nrs_origin = (dnode_size-fulltag_nil)
    395395nrs_symbol_fulltag = fulltag_misc       
    396 lisp_globals_limit = -fulltag_nil
     396lisp_globals_limit = -(fulltag_nil+dnode_size)
    397397       
    398398        include(lisp_globals.s)
Note: See TracChangeset for help on using the changeset viewer.