diff options
Diffstat (limited to 'src/interp/debug.lisp')
-rw-r--r-- | src/interp/debug.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/debug.lisp b/src/interp/debug.lisp index 25902a68..36a5d0e1 100644 --- a/src/interp/debug.lisp +++ b/src/interp/debug.lisp @@ -174,7 +174,7 @@ (SETQ INFILE FILE) (RETURN RECNO)))) ) (if (NOT RECNO) - (if (SETQ INFILE (/MKINFILENAM '(NIL))) (GO LOOP) (UNWIND))) + (if (SETQ INFILE (/MKINFILENAM '(NIL))) (GO LOOP) (|spadThrow|))) (TERPRI) (TERPRI) (SETQ INFILE (|pathname| INFILE)) |