From 42b7010be10eeb40d2c76e5b8dc3fddf4a3c362c Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Sun, 15 Dec 1991 12:10:17 +0000 Subject: [PATCH] Marked operand-parse as :just-dump-it-normally. --- compiler/vmdef.lisp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/compiler/vmdef.lisp b/compiler/vmdef.lisp index 30b02cba8..bb3f7c29b 100644 --- a/compiler/vmdef.lisp +++ b/compiler/vmdef.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/vmdef.lisp,v 1.39 1991/12/15 08:27:58 wlott Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/vmdef.lisp,v 1.40 1991/12/15 12:10:17 wlott Exp $") ;;; ;;; ********************************************************************** ;;; @@ -608,7 +608,8 @@ ;;; also store the names of per-operand temporaries here. ;;; (defstruct (operand-parse - (:print-function %print-operand-parse)) + (:print-function %print-operand-parse) + (:make-load-form-fun :just-dump-it-normally)) ;; ;; Name of the operand (which we bind to the TN). (name nil :type symbol) -- GitLab