Rename move to movei.

This commit is contained in:
Bill Currie 2011-03-09 10:28:40 +09:00
parent 6c4563b21d
commit 18005cc80d
3 changed files with 4 additions and 4 deletions

View file

@ -1043,7 +1043,7 @@ op_call:
OPC.integer_var = OPA.integer_var != OPB.integer_var;
break;
case OP_MOVE:
case OP_MOVEI:
memmove (&OPC, &OPA, st->b * 4);
break;
case OP_MOVEP: