Too much opposition against these range checks. It will only work now with --pedantic...
[fw/sdcc] / src / SDCCicode.h
index 5b6f38754342559ab31f1175cf5267d1a258a18d..4156e257fde85a3adda835b4d907d6f981c084e5 100644 (file)
@@ -68,6 +68,7 @@ OPTYPE;
 #define OP_SYMBOL(op)      op->operand.symOperand
 #define OP_SYM_TYPE(op)    op->operand.symOperand->type
 #define OP_SYM_ETYPE(op)   op->operand.symOperand->etype
+#define OP_VALUE(op)       op->operand.valOperand
 #define SPIL_LOC(op)       op->operand.symOperand->usl.spillLoc
 #define OP_LIVEFROM(op)    op->operand.symOperand->liveFrom
 #define OP_LIVETO(op)      op->operand.symOperand->liveTo