1
0
mirror of https://github.com/ksherlock/x65.git synced 2024-06-01 12:41:28 +00:00

Updating binaries

This commit is contained in:
Carl-Henrik Skårstedt 2016-03-11 17:55:32 -08:00
parent 4f6db98637
commit 07b1a52bb4

View File

@ -4499,7 +4499,7 @@ StatusCode Asm::Directive_Macro(strref line, strref source_file)
{
strref read_source = contextStack.curr().read_source.get_skip_ws();
if (!Merlin() && read_source.is_substr(line.get()))
read_source.skip(line.get()-read_source.get());
read_source.skip(strl_t(line.get()-read_source.get()));
if (read_source) {
StatusCode error = AddMacro(read_source, contextStack.curr().source_name,
contextStack.curr().source_file, read_source);