CPU: Convert CCPU into a namespace

There's not much point to a class with only static member functions.
This commit is contained in:
Lioncash
2015-10-04 15:06:31 -04:00
parent e076de137b
commit ef1cc2cec4
9 changed files with 70 additions and 68 deletions

View File

@ -247,7 +247,7 @@ static void gdb_read_command()
}
else if (c == 0x03)
{
CCPU::Break();
CPU::Break();
gdb_signal(SIGTRAP);
return;
}