forked from AbleOS/holey-bytes
a
This commit is contained in:
parent
e5f50c7b6c
commit
d36a2335c7
|
@ -123,6 +123,7 @@ macro_rules! gen_text {
|
||||||
|
|
||||||
asm.run()
|
asm.run()
|
||||||
.map_err(|kind| Error { kind, span: asm.lexer.span() })?;
|
.map_err(|kind| Error { kind, span: asm.lexer.span() })?;
|
||||||
|
|
||||||
for &loc in &asm.asm.sub {
|
for &loc in &asm.asm.sub {
|
||||||
let val = asm.symloc
|
let val = asm.symloc
|
||||||
.get(
|
.get(
|
||||||
|
|
Loading…
Reference in a new issue