Ensure asm functions are initialized before compiling

This commit is contained in:
John Lorentzson 2025-07-10 18:10:17 +02:00
parent fd70c8d5dc
commit d22bd4ee49

View file

@ -109,6 +109,8 @@
return-tokens-p return-syntax-tree-p
return-iblock-p return-allocs-p
return-asm-p)
(when (zerop (hash-table-count *asm-functions*))
(usc-init))
(let (tokens syntax-tree iblock allocs asm-obj bytes)
(format *debug-io* "Tokenizing...~%")
(setf tokens (ci-tokenize string))