compare pointers with CMP
This commit is contained in:
parent
9d83605ccd
commit
da3c00aeac
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue