]> git.gag.com Git - fw/sdcc/blobdiff - src/pic16/ralloc.c
* as/asx8051.dsp: added mcs51/strcmpi.h
[fw/sdcc] / src / pic16 / ralloc.c
index f6c31e9a5ba7519c493f2e887c1496adefa61110..21555884de10ce24e20449ae68247e4bc3375c29 100644 (file)
@@ -374,7 +374,7 @@ static int regname2key(char const *name)
 /*-----------------------------------------------------------------*/
 /* newReg - allocate and init memory for a new register            */
 /*-----------------------------------------------------------------*/
-regs* newReg(short type, short pc_type, int rIdx, char *name, int size, int alias, operand *refop)
+regs* newReg(int type, short pc_type, int rIdx, char *name, unsigned size, int alias, operand *refop)
 {
 
   regs *dReg;