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)])
|
(let: ([stmt : Statement (vector-ref (machine-text m) i)])
|
||||||
(when (symbol? stmt)
|
(when (symbol? stmt)
|
||||||
(hash-set! (machine-jump-table m) stmt i))
|
(hash-set! (machine-jump-table m) stmt i))
|
||||||
|
(when (LinkedLabel? stmt)
|
||||||
|
(hash-set! (machine-jump-table m) (LinkedLabel-label stmt) i))
|
||||||
(loop (add1 i)))))
|
(loop (add1 i)))))
|
||||||
m))]))
|
m))]))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user