Changeset 14428
- Timestamp:
- Nov 12, 2010, 1:31:04 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/source/level-1/x86-trap-support.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/level-1/x86-trap-support.lisp
r13896 r14428 318 318 (type (simple-array (unsigned-byte 8) (*)) containing-object)) 319 319 (aref containing-object (the fixnum (+ byte-offset delta)))) 320 (%get-unsigned-byte (%int-to-ptr byte-offset) delta)))) 320 ;; xcf.relative-pc is a fixnum, but it might be negative. 321 (let* ((encoded-pc (%get-ptr xcf-ptr target::xcf.relative-pc)) 322 (pc (ash (%ptr-to-int encoded-pc) (- target::fixnumshift)))) 323 (%get-unsigned-byte (%int-to-ptr pc) delta))))) 321 324 322 325 ;;; If the byte following a uuo (which is "skip" bytes long, set
Note:
See TracChangeset
for help on using the changeset viewer.
