Make sure to assign the currentLineText for assembler error printing

git-svn-id: svn+ssh://svn.phoenixbox.net/svn/apple1/trunk@47 64f78de7-aa59-e511-a0e8-0002a5492df0
This commit is contained in:
Daniel Loffgren 2015-09-20 03:58:59 +00:00
parent 3fc3bb9f4f
commit 1ecbc0e47e
1 changed files with 1 additions and 0 deletions

View File

@ -136,6 +136,7 @@ int main(int argc, const char * argv[])
continue;
}
else if (command[0] != ';') {
currentLineText = command;
as6502_executeAsmLineOnCPU(cpu, command, strlen(command));
}
}