mirror of
https://github.com/ksherlock/x65.git
synced 2025-04-06 12:38:13 +00:00
Updating binaries
This commit is contained in:
parent
e115fe8ed1
commit
e15650415b
Binary file not shown.
BIN
bin/x65_x64.zip
BIN
bin/x65_x64.zip
Binary file not shown.
2
x65.cpp
2
x65.cpp
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user