From ea10bfcdae9b7bca649088185241cdf04156d6f2 Mon Sep 17 00:00:00 2001 From: Martin Haye Date: Tue, 3 Feb 2015 09:16:12 -0800 Subject: [PATCH] Jump over debug support code, to avoid accidental problems when adding debugging. --- Platform/Apple/virtual/src/include/debug.i | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Platform/Apple/virtual/src/include/debug.i b/Platform/Apple/virtual/src/include/debug.i index 375a9d48..115c93d3 100644 --- a/Platform/Apple/virtual/src/include/debug.i +++ b/Platform/Apple/virtual/src/include/debug.i @@ -81,6 +81,11 @@ jsr _waitKey } +; Debug code to support macros + + jmp _afterDebug + +; Fetch a byte pointed to by the first entry on the stack, and advance that entry. _getStackByte !zone { inc $101,x bne + @@ -187,4 +192,6 @@ _waitKey: !zone { jsr iosave jsr rdkey jmp iorest -} \ No newline at end of file +} + +_afterDebug: