X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fir1tran-lambda.lisp;h=8ed628368b4d754dac2a47b3c48479af881c77fd;hb=03df95052f395c205d7e5028e06bc043ee60125d;hp=15943b781cf110a74fe7b4859460f408de9b8a64;hpb=ecad36c71e99fa4155b80af8bed38d02b9bdb83d;p=sbcl.git diff --git a/src/compiler/ir1tran-lambda.lisp b/src/compiler/ir1tran-lambda.lisp index 15943b7..8ed6283 100644 --- a/src/compiler/ir1tran-lambda.lisp +++ b/src/compiler/ir1tran-lambda.lisp @@ -869,7 +869,7 @@ (append aux-vars vars) nil result-cont)) (forms (if (and *allow-debug-catch-tag* - (policy *lexenv* (> debug (max speed space)))) + (policy *lexenv* (= insert-debug-catch 3))) `((catch (make-symbol "SB-DEBUG-CATCH-TAG") ,@forms)) forms)) @@ -995,7 +995,7 @@ ;; compilation unit, so we can't do that. -- WHN 2001-02-11 :lossage-fun #'compiler-style-warn :unwinnage-fun (cond (info #'compiler-style-warn) - (for-real #'compiler-note) + (for-real #'compiler-notify) (t nil)) :really-assert (and for-real