added _JavaNative to debug info printing
[fw/sdcc] / src / SDCCicode.h
index bd467419e492003d2ff04724826f554e2ad7b856..9a44fbc6013ee67df71c40f64e35ff40b867beba 100644 (file)
@@ -310,6 +310,7 @@ int piCode (void *, FILE *);
 int printOperand (operand *, FILE *);
 void setOperandType (operand *, sym_link *);
 bool isOperandInFarSpace (operand *);
+bool isOperandInDirSpace (operand *);
 operand *opFromOpWithDU (operand *, bitVect *, bitVect *);
 iCode *copyiCode (iCode *);
 operand *newiTempFromOp (operand *);