Fix USC bug causing necessary loads to be skipped at IBLOCK starts
This commit is contained in:
parent
0505b4cfef
commit
03b04ecfb1
1 changed files with 1 additions and 0 deletions
|
@ -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)))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue