Changeset 6624
- Timestamp:
- May 29, 2007, 5:33:11 AM (18 years ago)
- File:
-
- 1 edited
-
branches/ide-1.0/ccl/compiler/X86/x862.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/ide-1.0/ccl/compiler/X86/x862.lisp
r6616 r6624 7561 7561 (when (setq val (pop vals)) 7562 7562 (if (%ilogbitp $vbitspecial (nx-var-bits var)) 7563 (x862-dbind seg (car val) (var-name var)) 7563 (progn 7564 (x862-dbind seg (car val) (var-name var)) 7565 (x862-set-var-ea seg var (x862-vloc-ea (- *x862-vstack* *x862-target-node-size*))) 7566 ) 7564 7567 (x862-seq-bind-var seg var (car val))))) 7565 7568 (x862-undo-body seg vreg xfer body old-stack)
Note:
See TracChangeset
for help on using the changeset viewer.
