summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.asm b/main.asm
index e2765c7..743d58b 100644
--- a/main.asm
+++ b/main.asm
@@ -44,7 +44,7 @@
xdef _ti89
; xdef _ti92plus
xdef __main
- xdef _nostub
+ xdef _tigcc_native
include "../tios.h"
;; == Memory Macros ================================================