]> git.gag.com Git - fw/sdcc/blobdiff - src/xa51/ralloc.c
* as/asx8051.dsp: added mcs51/strcmpi.h
[fw/sdcc] / src / xa51 / ralloc.c
index e9fc42f5725d1fbd2b5626c9451f37f7a6eea47a..c9e326c6ab8886e6230fb2599da447ee174d01be 100755 (executable)
@@ -199,8 +199,8 @@ static void freeReg (regs * reg, bool silent) {
 /* allocReg - allocates register of given size (byte, word, dword) */
 /*            and type (ptr, gpr, cnd)                             */
 /*-----------------------------------------------------------------*/
-static bool allocReg (short size, short type, symbol *sym, 
-                     short offset, bool silent) {
+static bool allocReg (unsigned int size, int type, symbol *sym, 
+                     int offset, bool silent) {
   int i;
   
   checkRegMask(__FUNCTION__);