Changeset 10488
- Timestamp:
- Aug 18, 2008, 12:36:25 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/level-1/x86-trap-support.lisp
r10335 r10488 235 235 (if (eql 0 (%get-xcf-byte xcf skip)) 236 236 (let* ((new-rpc (+ #+x8664-target target::tag-function 237 #+x8632-target target:: tag-misc237 #+x8632-target target::fulltag-misc 238 238 (logior (ash (%get-xcf-byte xcf -1) 24) 239 239 (ash (%get-xcf-byte xcf -2) 16)
Note: See TracChangeset
for help on using the changeset viewer.