Skip to content

Commit

Permalink
I'm still learning C++...
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon committed Jan 21, 2018
1 parent 0068fbe commit be0ab54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/emulator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ void Emulator::mark_as_thumb(uint32_t address)

void Emulator::debug()
{
arm7.print_info()
arm7.print_info();
//printf("\nIE9: $%08X IF9: $%08X", int9_reg.IE, int9_reg.IF);
//printf("\nIE7: $%08X IF7: $%08X", int7_reg.IE, int7_reg.IF);
//debugger.dump_disassembly();
Expand Down

0 comments on commit be0ab54

Please sign in to comment.