Applied patch #2762516
[fw/sdcc] / src / xa51 / gen.h
old mode 100755 (executable)
new mode 100644 (file)
index 9719e76..fec9e0c
@@ -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