Changeset 8382


Ignore:
Timestamp:
Jan 30, 2008, 11:32:15 PM (17 years ago)
Author:
R. Matthew Emerson
Message:

Define nargregs, correct tag for xcode_vector.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ia32/lisp-kernel/x86-constants32.s

    r8358 r8382  
    9090fixnum1 = fixnumone
    9191
     92nargregs = 2
     93
    9294tag_fixnum = 0
    9395tag_list = 1
     
    146148define_imm_subtag(macptr,3)
    147149min_non_numeric_imm_subtag = subtag_macptr
    148 
    149150define_imm_subtag(dead_macptr,4)
    150 define_imm_subtag(xcode_vector,5)
     151define_imm_subtag(xcode_vector,7)
    151152
    152153define_subtag(unbound,fulltag_imm,6)
Note: See TracChangeset for help on using the changeset viewer.