Changeset 13879
- Timestamp:
- Jun 24, 2010, 4:38:17 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/source/level-1/x86-trap-support.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/level-1/x86-trap-support.lisp
r13399 r13879 358 358 (defconstant float-inexact-code 359 359 (conditional-os-constant '(os::FPE_FLTRES os::EXCEPTION_FLT_INEXACT_RESULT))))) 360 361 (defparameter *pending-gc-notification-hook* nil) 360 362 361 363 ;;; UUOs are handled elsewhere. This should handle all signals other than … … 467 469 :write-p (not (zerop code))) 468 470 () 469 frame-ptr)))) 471 frame-ptr))) 472 ((= signal #$SIGTRAP) 473 (when (= code 0) 474 (let* ((hook *pending-gc-notification-hook*)) 475 (declare (special *pending-gc-notification-hook*)) 476 (when hook (funcall hook)))))) 470 477 skip)) 471 478
Note:
See TracChangeset
for help on using the changeset viewer.
