compare pointers with CMP

This commit is contained in:
ceriel 1988-02-01 10:17:51 +00:00
parent 9406886164
commit cba0e9ac0a

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);