Changeset 12931
- Timestamp:
- Oct 8, 2009, 9:43:53 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/watchpoints/level-1/x86-trap-support.lisp
r12907 r12931 451 451 (allow () 452 452 :report "Allow this write." 453 :test (lambda (c) 454 (declare (ignore c)) 455 (string= (subseq (x86-di-mnemonic insn) 0 3) 456 "mov")) 453 457 (let ((result nil) 454 458 (ptr (%int-to-ptr … … 462 466 (if result 463 467 (setq skip insn-length) 464 (error "c an't emulate this write"))))468 (error "couldn't emulate this write")))) 465 469 (ignore () 466 470 :report "Ignore this write."
Note:
See TracChangeset
for help on using the changeset viewer.
