aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/src/core.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/src/core.cpp')
-rw-r--r--src/core/src/core.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/src/core.cpp b/src/core/src/core.cpp
index a748ebbd..5b118d4f 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
}