X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Ftarget-exception.lisp;h=803a7589775937ecc7d7caa65abc915fcdf0f998;hb=04a651e749befd65ffd8bf49f689b6e7d55607e2;hp=4a04e4bb917f3b8987e94550dec2b43658d20f98;hpb=1fca8fbb946ba06cedf777c3a6927f14d24cfae5;p=sbcl.git diff --git a/src/code/target-exception.lisp b/src/code/target-exception.lisp index 4a04e4b..803a758 100644 --- a/src/code/target-exception.lisp +++ b/src/code/target-exception.lisp @@ -58,7 +58,8 @@ (cons +exception-stack-overflow+ 'sb!kernel::control-stack-exhausted) ;; Various (cons-name +exception-single-step+) - (cons-name +exception-access-violation+) + (cons-name +exception-access-violation+) ; FIXME: should turn into MEMORY-FAULT-ERROR + ; plus the faulting address (cons-name +exception-array-bounds-exceeded+) (cons-name +exception-breakpoint+) (cons-name +exception-datatype-misalignment+)