simulator seems to be in place
This commit is contained in:
parent
57027917f1
commit
2bc4b2a224
|
@ -62,6 +62,8 @@
|
|||
(let: ([stmt : Statement (vector-ref (machine-text m) i)])
|
||||
(when (symbol? stmt)
|
||||
(hash-set! (machine-jump-table m) stmt i))
|
||||
(when (LinkedLabel? stmt)
|
||||
(hash-set! (machine-jump-table m) (LinkedLabel-label stmt) i))
|
||||
(loop (add1 i)))))
|
||||
m))]))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user