diff options
author | Ian C <ianc@noddybox.co.uk> | 2016-04-19 11:48:18 +0100 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2016-04-19 11:48:18 +0100 |
commit | 1c5087c830f290f3e88996fc1594d94abc1e3f22 (patch) | |
tree | 2b22fd123a3879596cc6b58b4b5c37047e221329 /src/util.h | |
parent | 9a56d4339031204c48645b9dbec5582d58884d5e (diff) |
Fixs to GB 16-bit register load op and others
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -87,6 +87,11 @@ char *CopyStr(char *dest, const char *src, size_t size); int IsNullOrEmpty(const char *p); +/* Null function that can be used as a handy place to hang a breakpoint. +*/ +void DebugBreakPoint(void); + + #endif /* |