compare pointers with CMP

This commit is contained in:
ceriel 1988-02-01 10:17:51 +00:00
parent 9d83605ccd
commit da3c00aeac

View file

@ -821,6 +821,8 @@ CodeOper(expr, true_label, false_label)
case T_POINTER:
case T_HIDDEN:
case T_EQUAL:
C_cmp();
break;
case T_CARDINAL:
case T_INTORCARD:
C_cmu(tp->tp_size);