fix bad merge in put/get instructions
This commit is contained in:
parent
7726944e1b
commit
e4d6b529c7
@ -879,7 +879,7 @@ a_vr(op_numbers opcodex, op_numbers opcodey, yamop *code_p, int pass_no, struct
|
|||||||
code_p->u.xx.xl = emit_xreg(var_offset);
|
code_p->u.xx.xl = emit_xreg(var_offset);
|
||||||
code_p->u.xx.xr = emit_xreg(var_offset2);
|
code_p->u.xx.xr = emit_xreg(var_offset2);
|
||||||
if (ncpc->op == get_var_op)
|
if (ncpc->op == get_var_op)
|
||||||
code_p->opc = emit_op(_put_x_var);
|
code_p->opc = emit_op(_put_x_val);
|
||||||
else {
|
else {
|
||||||
code_p->opc = emit_op(_get_x_val);
|
code_p->opc = emit_op(_get_x_val);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user