mirror of
https://github.com/ksherlock/x65.git
synced 2025-03-24 18:31:23 +00:00
Fix
This commit is contained in:
parent
9752c1d8a1
commit
e452d3ab7e
1
x65.cpp
1
x65.cpp
@ -2897,6 +2897,7 @@ StatusCode Asm::BuildMacro(Macro &m, strref arg_list)
|
||||
args.split_token_trim(';');
|
||||
strref a = args.split_token_trim(';');
|
||||
macexp.exchange(offs, tag.get_len(), a);
|
||||
pos += a.get_len();
|
||||
success = true;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user