Better handling of floats between -1.0 and 0.0
[fw/sdcc] / src / SDCCicode.h
index f57acc7e25bdbc1c9fd64f3aa49fe61be5e753f5..87b3bc904dc8850603e0c3dddd7442e6db9299da 100644 (file)
@@ -330,6 +330,7 @@ int piCode (void *, FILE *);
 int printOperand (operand *, FILE *);
 void setOperandType (operand *, sym_link *);
 bool isOperandInFarSpace (operand *);
+bool isOperandInPagedSpace (operand *);
 bool isOperandInDirSpace (operand *);
 bool isOperandInCodeSpace (operand *);
 operand *opFromOpWithDU (operand *, bitVect *, bitVect *);