This commit is contained in:
Stephen Crane 2014-12-10 12:03:23 +00:00
parent 4bc8e248df
commit 46f739d976
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ void status(const char *fmt, ...) {
}
jmp_buf ex;
r6502 cpu(memory, &ex, status);
r6502 cpu(memory, ex, status);
bool halted = false;
const char *filename;