sdcc-build:
[fw/sdcc] / src / xa51 / gen.h
index 9719e76a983480812256e2b49d0afc3f3c2c4110..fec9e0c3c0c598f8b5c8dd4fdd33e5f789b0d0ad 100755 (executable)
@@ -33,9 +33,9 @@ enum
     AOP_FAR,
     AOP_CODE,
     AOP_GPTR,
-    AOP_STK, 
+    AOP_STK,
     AOP_IMMD, 
-    AOP_CRY
+    AOP_BIT
   };
 
 /* type asmop : a homogenised type for 
@@ -64,4 +64,6 @@ typedef struct asmop {
 #define AOP_SIZE(x) x->aop->size
 #define AOP_NAME(x) x->aop->name
 
+void xa51_emitDebuggerSymbol (char *);
+
 #endif