Fix USC bug causing necessary loads to be skipped at IBLOCK starts

This commit is contained in:
John Lorentzson 2025-07-28 15:37:13 +02:00
parent 0505b4cfef
commit 03b04ecfb1

View file

@ -329,6 +329,7 @@ is the responsibility of the pre-assembly compilation step."
(defun compile-iblock (iblock)
(emit-asm-label (name iblock))
(setf *last-instruction* :useless)
(do-instructions (inst iblock)
(compile-ir inst)))