1
0
mirror of https://github.com/ksherlock/x65.git synced 2024-06-08 11:32:33 +00:00
This commit is contained in:
Carl-Henrik Skårstedt 2016-03-17 00:07:15 -07:00
parent 9752c1d8a1
commit e452d3ab7e

View File

@ -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;
}
}