* src/hc08/gen.c (hc08_emitDebuggerSymbol),
[fw/sdcc] / src / SDCCicode.h
index 3dc90c7a480bdc409b3316527f0af475b1546272..3069ff1004c71c08e00e7854887f091f324f9780 100644 (file)
@@ -191,6 +191,7 @@ typedef struct iCode
     int argreg;                        /* argument regno for SEND/RECEIVE */
     int eBBlockNum;             /* belongs to which eBBlock */
     char riu;                  /* after ralloc, the registers in use */
+    struct ast * tree;         /* ast node for this iCode (if not NULL) */
   }
 iCode;