* src/SDCCmain.c (linkEdit): modifications only for pic16 port,
[fw/sdcc] / src / pic16 / pcode.h
index ded8c887fcfe8b9608a687976d3138cac03d96ef..950251b1a19bc3fcdf8e955ffbeb1c44063d63f3 100644 (file)
@@ -675,6 +675,8 @@ typedef struct pCodeFunction
 
   int absblock;    /* hack to emulate a block pCodes in absolute position
                       but not inside a function */
+  int stackusage;  /* stack positions used in function */
+  
 } pCodeFunction;