aboutsummaryrefslogtreecommitdiff
path: root/src/util.c
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2016-04-19 11:48:18 +0100
committerIan C <ianc@noddybox.co.uk>2016-04-19 11:48:18 +0100
commit1c5087c830f290f3e88996fc1594d94abc1e3f22 (patch)
tree2b22fd123a3879596cc6b58b4b5c37047e221329 /src/util.c
parent9a56d4339031204c48645b9dbec5582d58884d5e (diff)
Fixs to GB 16-bit register load op and others
Diffstat (limited to 'src/util.c')
-rw-r--r--src/util.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/util.c b/src/util.c
index fd4bd10..0068540 100644
--- a/src/util.c
+++ b/src/util.c
@@ -196,6 +196,12 @@ int IsNullOrEmpty(const char *p)
return empty;
}
+
+void DebugBreakPoint(void)
+{
+ return;
+}
+
/*
vim: ai sw=4 ts=8 expandtab
*/