* device/lib/_gptrget.c,
[fw/sdcc] / src / pic16 / ralloc.c
index 4a026fcc1a7c31b13d80fb89bcc518a78ce0c08f..ffd938c280661f06c77a545a721495b884a0c8cd 100644 (file)
@@ -401,7 +401,7 @@ regs* newReg(short type, short pc_type, int rIdx, char *name, int size, int alia
 /* regWithIdx - Search through a set of registers that matches idx */
 /*-----------------------------------------------------------------*/
 static regs *
-regWithIdx (set *dRegs, int idx, int fixed)
+regWithIdx (set *dRegs, int idx, unsigned fixed)
 {
   regs *dReg;