X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fsparc%2Fnlx.lisp;h=12e29f731403e25cfa60339188e580011d84d036;hb=8a8a8922802460741d6f8f6c11d71b1f414cf3a7;hp=4553b66bf25106f039ade178d2720d791838081f;hpb=db0691b05cc99ce010ecae78bb532b594aea1859;p=sbcl.git diff --git a/src/compiler/sparc/nlx.lisp b/src/compiler/sparc/nlx.lisp index 4553b66..12e29f7 100644 --- a/src/compiler/sparc/nlx.lisp +++ b/src/compiler/sparc/nlx.lisp @@ -1,5 +1,5 @@ -;;;; the definitions of VOPs used for non-local exit (throw, lexical -;;;; exit, etc.) +;;;; the SPARC definitions of VOPs used for non-local exit (throw, +;;;; lexical exit, etc.) ;;;; This software is part of the SBCL system. See the README file for ;;;; more information. @@ -33,12 +33,6 @@ ;;; additional stacks, then this would be the place to restore the top ;;; pointers. - -;;; Return a list of TNs that can be used to snapshot the dynamic -;;; state for use with the Save/Restore-Dynamic-Environment VOPs. -(!def-vm-support-routine make-dynamic-state-tns () - (make-n-tns 4 *backend-t-primitive-type*)) - (define-vop (save-dynamic-state) (:results (catch :scs (descriptor-reg)) (nfp :scs (descriptor-reg))