added a message option to Core::Halt function

pull/8/head
ShizZy 11 years ago
parent 2f2a980c92
commit 539bf8bc86

@ -42,7 +42,7 @@ void SingleStep() {
}
/// Halt the core
void Halt() {
void Halt(const char *msg) {
// TODO(ShizZy): ImplementMe
}

@ -45,7 +45,7 @@ void RunLoop();
void SingleStep();
/// Halt the core
void Halt();
void Halt(const char *msg);
/// Kill the core
void Stop();

Loading…
Cancel
Save