X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fpic16%2Fralloc.h;h=41e2269e72d2b47830d3ab7d0077c598f2aad248;hb=be3554776f3e99295e17a0232cb15c42cea80929;hp=756e31be143c2285b10b78673f5f0f61f94bfeb4;hpb=91070d31fe63aaa9412098be0aa469660b10822d;p=fw%2Fsdcc diff --git a/src/pic16/ralloc.h b/src/pic16/ralloc.h index 756e31be..41e2269e 100644 --- a/src/pic16/ralloc.h +++ b/src/pic16/ralloc.h @@ -31,9 +31,6 @@ #include "pcoderegs.h" -extern unsigned int stackPos; -extern unsigned int stackLen; - enum { R2_IDX = 0, R3_IDX, R4_IDX, @@ -125,7 +122,7 @@ regs *pic16_allocDirReg (operand *op ); regs *pic16_allocRegByName (char *name, int size, operand *op); extern char *pic16_decodeOp(unsigned int op); -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); /* Define register address that are constant across PIC16 family */ #define IDX_TMR0 0xfd6