fix single function top level generation

This commit is contained in:
Andrea Corallo 2019-11-24 16:18:51 +01:00
parent 0c94e69fa6
commit 4fc8524df0

View file

@ -434,6 +434,8 @@ Put PREFIX in front of it."
(comp-func-lap func) lap
(comp-func-frame-size func)
(comp-byte-frame-size (comp-func-byte-func func))))
(setf (comp-ctxt-top-level-forms comp-ctxt)
(list (make-byte-to-native-function :name function-name)))
(list func))))
(cl-defgeneric comp-spill-lap-function ((filename string))