X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/77d83e015f7cd280b385ad53c486e2c27ad6152f..caa6f4b99a79f95d15a6cc1e5b8dd27ea48b4d03:/src/codegen-impl.lisp 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 @@ :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 --------------------------------------------------