Changeset 8426
- Timestamp:
- Feb 5, 2008, 1:56:13 PM (17 years ago)
- File:
-
- 1 edited
-
branches/ia32/compiler/X86/X8632/x8632-arch.lisp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/ia32/compiler/X86/X8632/x8632-arch.lisp
r8357 r8426 114 114 (defx86reg imm0.w ax) 115 115 (defx86reg imm0.b al) 116 (defx86reg nargs.w ax)117 (defx86reg nargs eax)118 116 119 117 (defx86reg temp0 ecx) … … 125 123 (defx86reg temp1.w dx) 126 124 (defx86reg temp1.b dl) 125 (defx86reg nargs edx) 127 126 128 127 (defx86reg arg_z ebx) … … 641 640 (let* ((pos (position sym x86::*x86-kernel-globals* :test #'string=))) 642 641 (if pos 643 (- (+ symbol.size fulltag-misc (* (1+ pos) word-size-in-bytes)))642 (- (+ fulltag-cons (* (1+ pos) node-size))) 644 643 (error "Unknown kernel global : ~s ." sym)))) 645 644 … … 647 646 (let* ((pos (position sym x86::*x86-kernel-globals* :test #'string=))) 648 647 (if pos 649 (- (+ symbol.size fulltag-misc (* (1+ pos) word-size-in-bytes)))648 (- (+ fulltag-cons (* (1+ pos) node-size))) 650 649 (error "Unknown kernel global : ~s ." sym)))) 651 650
Note:
See TracChangeset
for help on using the changeset viewer.
