Changeset 11662
- Timestamp:
- Jan 30, 2009, 1:10:42 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/working-0711/ccl/compiler/X86/x862.lisp
r11643 r11662 7667 7667 '(signed-byte 32))) 7668 7668 form1)))) 7669 (if (and fix1 fix2 (not overflow))7669 (if (and fix1 fix2 #+bug-411 (not overflow)) 7670 7670 (x862-lri seg vreg (ash (+ fix1 fix2) *x862-target-fixnum-shift*)) 7671 7671 (if other
Note: See TracChangeset
for help on using the changeset viewer.