Changeset 6624


Ignore:
Timestamp:
May 29, 2007, 5:33:11 AM (18 years ago)
Author:
Gary Byers
Message:

Record special address in LET, too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ide-1.0/ccl/compiler/X86/x862.lisp

    r6616 r6624  
    75617561        (when (setq val (pop vals))
    75627562          (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              )
    75647567            (x862-seq-bind-var seg var (car val)))))
    75657568      (x862-undo-body seg vreg xfer body old-stack)
Note: See TracChangeset for help on using the changeset viewer.