X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/sod/blobdiff_plain/77d83e015f7cd280b385ad53c486e2c27ad6152f..a47b5b286ee7c98c16b4023e5d6954cfdd9faa88:/src/codegen-impl.lisp?ds=inline diff --git a/src/codegen-impl.lisp b/src/codegen-impl.lisp index 0dba2c1..84bdd18 100644 --- a/src/codegen-impl.lisp +++ b/src/codegen-impl.lisp @@ -161,7 +161,7 @@ (defmethod temporary-var ((codegen basic-codegen) type) :in-use-p t :tag (prog1 temp-index (incf temp-index))))) - (push (make-var-inst name type nil) vars) + (push (make-var-inst name type) vars) name)))) ;;;----- That's all, folks --------------------------------------------------