Fix a typo in one of the operand type tags.

--HG--
extra : convert_revision : bea87214ba4b40d75a350b803154836ec6d0ae9e
This commit is contained in:
Gabe Black 2007-06-20 19:04:41 +00:00
parent e6328170e1
commit 6c4b3db04c

View file

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