diff options
Diffstat (limited to 'src/core/src/core.cpp')
-rw-r--r-- | src/core/src/core.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/src/core.cpp b/src/core/src/core.cpp index a748ebbd7c..5b118d4fbb 100644 --- a/src/core/src/core.cpp +++ b/src/core/src/core.cpp @@ -42,7 +42,7 @@ void SingleStep() { } /// Halt the core -void Halt() { +void Halt(const char *msg) { // TODO(ShizZy): ImplementMe } |