* as/hc08/lkaomf51.c (OutputName),
[fw/sdcc] / src / xa51 / ralloc.c
index c9e326c6ab8886e6230fb2599da447ee174d01be..ac0d124b5685e071839b972532f723ae18037250 100755 (executable)
@@ -127,7 +127,7 @@ regs *xa51_regWithMask (unsigned long mask) {
 /* checkRegsMask - check the consistancy of the regMask redundancy */
 /*-----------------------------------------------------------------*/
 
-void checkRegMask(char *f) { // for debugging purposes only
+void checkRegMask(const char *f) { // for debugging purposes only
   int i;
   unsigned long regMask=0;