aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/startup/e200/compilers
diff options
context:
space:
mode:
Diffstat (limited to 'os/common/startup/e200/compilers')
-rw-r--r--os/common/startup/e200/compilers/GCC/crt0.S4
1 files changed, 4 insertions, 0 deletions
diff --git a/os/common/startup/e200/compilers/GCC/crt0.S b/os/common/startup/e200/compilers/GCC/crt0.S
index ebd363781..7015cc910 100644
--- a/os/common/startup/e200/compilers/GCC/crt0.S
+++ b/os/common/startup/e200/compilers/GCC/crt0.S
@@ -34,6 +34,10 @@
#define TRUE 1
#endif
+#if defined(__HIGHTEC__)
+#define se_bge bge
+#endif
+
/*===========================================================================*/
/* Module pre-compile time settings. */
/*===========================================================================*/