debug/warning/error all automatically output a newline
svn-id: r8991
This commit is contained in:
parent
0642d2df98
commit
963ecad362
19 changed files with 64 additions and 64 deletions
|
@ -47,7 +47,7 @@ byte *SimonEngine::dumpOpcode(byte *p) {
|
|||
st = s = simon1dos_opcode_name_table[opcode];
|
||||
}
|
||||
if (s == NULL) {
|
||||
error("INVALID OPCODE %d\n", opcode);
|
||||
error("INVALID OPCODE %d", opcode);
|
||||
return NULL;
|
||||
}
|
||||
while (*st != '|')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue