* as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
[fw/sdcc] / support / Util / SDCCerr.h
index df65977642f7d82e2c0d3b8cb90d201ac8f3a455..8d7e29562db5333b22cdb43a50ae96f26031fc6e 100644 (file)
@@ -198,6 +198,7 @@ SDCCERR - SDCC Standard error handler
 #define W_COMPLEMENT                  180 /* ~bit can give unexpected results */
 #define E_SHADOWREGS_NO_ISR           181 /* shadowregs keyword following non-ISR function */
 #define W_SFR_ABSRANGE                182 /* sfr at address out of range */
+#define E_BANKED_WITH_CALLEESAVES     183 /* banked and callee-saves mixed */
 
 #define MAX_ERROR_WARNING             256 /* size of disable warnings array */