Changeset 8255


Ignore:
Timestamp:
Jan 23, 2008, 11:53:19 PM (17 years ago)
Author:
R. Matthew Emerson
Message:

Make tag for xcode-vector match ppc32.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ia32/compiler/X86/X8632/x8632-arch.lisp

    r8225 r8255  
    294294(assert (> min-non-numeric-imm-subtag max-numeric-subtag))
    295295(define-imm-subtag dead-macptr 4)
    296 (define-imm-subtag xcode-vector 5)      ; for cross-development
     296;;(define-imm-subtag unused 5)          ;was creole-object
     297;;(define-imm-subtag unused 6)          ;was code-vector
     298(define-imm-subtag xcode-vector 7)
    297299
    298300;;; immediate subtags
Note: See TracChangeset for help on using the changeset viewer.