summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAstrid Smith2010-06-20 22:42:25 -0700
committerAstrid Smith2010-06-20 22:42:25 -0700
commitbf6b6eb1ae9b3c61773687854828499c118530a4 (patch)
treeb14c1a460f2080f4a2e9759fadbd6fceec63e22b
parent1af56604780891d08b2544f88f2cb6bafa9c44d4 (diff)
Linker warning fixed
-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 ================================================