summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.asm b/main.asm
index d91cde0..df324f4 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 ================================================