Fix a typo in one of the operand type tags.
--HG-- extra : convert_revision : bea87214ba4b40d75a350b803154836ec6d0ae9e
This commit is contained in:
@@ -315,7 +315,7 @@
|
||||
0x0: Inst::MOV(Eb,Gb);
|
||||
0x1: Inst::MOV(Ev,Gv);
|
||||
0x2: Inst::MOV(Gb,Eb);
|
||||
0x3: Inst::MOV(Gv,Eb);
|
||||
0x3: Inst::MOV(Gv,Ev);
|
||||
0x4: mov_MwRv_Sw(); //What to do with this one?
|
||||
0x5: Inst::LEA(Gv,M);
|
||||
0x6: mov_Sw_MwRv();
|
||||
|
||||
Reference in New Issue
Block a user