Changeset 13005
- Timestamp:
- Oct 12, 2009, 8:38:08 PM (15 years ago)
- Location:
- trunk/source/level-0/X86
- Files:
-
- 2 edited
-
X8632/x8632-utils.lisp (modified) (1 diff)
-
x86-utils.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/level-0/X86/X8632/x8632-utils.lisp
r12837 r13005 394 394 (defx8632lapfunction %watch ((uvector arg_z)) 395 395 (check-nargs 1) 396 ;; May want to tighten this up to disallow watching functions,397 ;; symbols, etc.398 (trap-unless-lisptag= uvector x8632::tag-misc imm0)399 396 (movl ($ arch::watch-trap-function-watch) (%l imm0)) 400 397 (uuo-watch-trap) 401 (movl ($ nil) (%l arg_z))402 398 (single-value-return)) 403 399 -
trunk/source/level-0/X86/x86-utils.lisp
r12888 r13005 449 449 (movl ($ arch::watch-trap-function-watch) (%l imm0)) 450 450 (uuo-watch-trap) 451 (movl ($ nil) (%l arg_z))452 451 (single-value-return)) 453 452
Note:
See TracChangeset
for help on using the changeset viewer.
