fixed bug #477835 for the mcs port
[fw/sdcc] / src / mcs51 / ralloc.h
index 85add4180664193811fcd1057af0276af277f7d4..fc8d87a9ea562d15400b83a79e06b44d61b90767 100644 (file)
@@ -58,4 +58,6 @@ extern regs regs8051[];
 
 regs *mcs51_regWithIdx (int);
 
+bitVect *mcs51_rUmaskForOp (operand * op);
+
 #endif