X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fdebug.lisp;h=7e2139806014d065d9c9d1f6fa11b8ae8e856056;hb=2ff0ff83dacac9fb25a31f5783b6ea8c0442bc2c;hp=e3c665b732003434151707b7ac192432a17349b9;hpb=c2431e2d0d0222a3cf20cfdfa48201bdcc65cd76;p=sbcl.git diff --git a/src/compiler/debug.lisp b/src/compiler/debug.lisp index e3c665b..7e21398 100644 --- a/src/compiler/debug.lisp +++ b/src/compiler/debug.lisp @@ -415,7 +415,7 @@ (typecase last (cif (unless (proper-list-of-length-p succ 1 2) - (barf "~S ends in an IF, but doesn't have one or two succesors." + (barf "~S ends in an IF, but doesn't have one or two successors." block)) (unless (member (if-consequent last) succ) (barf "The CONSEQUENT for ~S isn't in SUCC for ~S." last block)) @@ -642,7 +642,7 @@ atypes) (template-more-args-type info) "args") (check-tn-refs (vop-results vop) vop t - (if (eq rtypes :conditional) 0 (length rtypes)) + (if (template-conditional-p info) 0 (length rtypes)) (template-more-results-type info) "results") (check-tn-refs (vop-temps vop) vop t 0 t "temps") (unless (= (length (vop-codegen-info vop))