Skip to content

Commit

Permalink
a newline
Browse files Browse the repository at this point in the history
  • Loading branch information
skyfloogle committed Mar 27, 2024
1 parent 3aa30d7 commit ce92d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/common/drc_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ static unsigned int drc_decodeInstructions(exec_block *block, WORD start_PC, WOR
}

if (i == MAX_V810_INST) {
dprintf(0, "WARN:%lx-%lx exceeds max instrs", start_PC, end_PC);
dprintf(0, "WARN:%lx-%lx exceeds max instrs\n", start_PC, end_PC);
}

return i;
Expand Down

0 comments on commit ce92d42

Please sign in to comment.