Changeset 11601
- Timestamp:
- Jan 8, 2009, 4:36:11 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/compiler/X86/x862.lisp
r11559 r11601 7503 7503 (x862-form seg nil nil form1) 7504 7504 (x862-form seg nil xfer form2)) 7505 7506 7505 (t 7507 7506 (let* ((fix1 (acode-fixnum-form-p form1)) … … 7515 7514 '(signed-byte 32))) 7516 7515 form1)))) 7517 (if (and fix1 fix2 )7516 (if (and fix1 fix2 (not overflow)) 7518 7517 (x862-lri seg vreg (ash (+ fix1 fix2) *x862-target-fixnum-shift*)) 7519 7518 (if other
Note: See TracChangeset
for help on using the changeset viewer.