Fix a typo in one of the operand type tags.
authorGabe Black <gblack@eecs.umich.edu>
Wed, 20 Jun 2007 19:04:41 +0000 (19:04 +0000)
committerGabe Black <gblack@eecs.umich.edu>
Wed, 20 Jun 2007 19:04:41 +0000 (19:04 +0000)
--HG--
extra : convert_revision : bea87214ba4b40d75a350b803154836ec6d0ae9e

src/arch/x86/isa/decoder/one_byte_opcodes.isa

index 3b4e72347aa5c49740e9694d5c26742a09ca07ee..484f8160d7f59d0f7d68607c83e2ea064cf08cc3 100644 (file)
             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();