Changeset 5373
- Timestamp:
- Oct 18, 2006, 1:12:11 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/compiler/X86/x862.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/compiler/X86/x862.lisp
r5369 r5373 4383 4383 (x862-branch seg (x862-cd-true xfer)) 4384 4384 (with-crf-target () crf 4385 (let* ((ea (x862-lexical-reference-ea form )))4385 (let* ((ea (x862-lexical-reference-ea form nil))) 4386 4386 (if (and ea (memory-spec-p ea)) 4387 4387 (x862-compare-ea-to-nil seg crf xfer ea x86::x86-e-bits nil) … … 6831 6831 (defx862 x862-not not (seg vreg xfer cc form) 6832 6832 (multiple-value-bind (cr-bit true-p) (acode-condition-to-x86-cr-bit cc) 6833 (let* ((ea (x862-lexical-reference-ea form )))6833 (let* ((ea (x862-lexical-reference-ea form nil))) 6834 6834 (if (and ea (memory-spec-p ea)) 6835 6835 (x862-compare-ea-to-nil
Note:
See TracChangeset
for help on using the changeset viewer.
