Changeset 5454
- Timestamp:
- Nov 3, 2006, 11:50:33 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/level-1/x86-error-signal.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/level-1/x86-error-signal.lisp
r5075 r5454 98 98 xp 99 99 (ldb (byte 4 0) op1)) 100 (logand op2 63))100 (logandc2 op2 arch::error-type-error)) 101 101 frame-ptr)) 102 102 ((= op1 #xc0) … … 138 138 (handle-udf-call xp frame-ptr) 139 139 (setq skip 0)) 140 (( = op1 #xc8)140 ((or (= op1 #xc8) (= op1 #xcb)) 141 141 (setq skip 3) 142 142 (%error (%rsc-string $xarroob)
Note:
See TracChangeset
for help on using the changeset viewer.
