X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fx86%2Fnlx.lisp;h=79e9ab2ca6af6e44e92a2a9eec7ddff395ada81f;hb=9321245540a085e398a238f544364510de9ec562;hp=a58827f547249ba1d62df6e0e316a9ca7ba4c0d0;hpb=db0691b05cc99ce010ecae78bb532b594aea1859;p=sbcl.git diff --git a/src/compiler/x86/nlx.lisp b/src/compiler/x86/nlx.lisp index a58827f..79e9ab2 100644 --- a/src/compiler/x86/nlx.lisp +++ b/src/compiler/x86/nlx.lisp @@ -43,7 +43,7 @@ ;;; Return a list of TNs that can be used to snapshot the dynamic ;;; state for use with the SAVE- and RESTORE-DYNAMIC-ENVIRONMENT VOPs. (!def-vm-support-routine make-dynamic-state-tns () - (make-n-tns 3 *backend-t-primitive-type*)) + (make-n-tns 2 *backend-t-primitive-type*)) (define-vop (save-dynamic-state) (:results (catch :scs (descriptor-reg))