X86: Decode byte sized singed divide as byte sized.
authorGabe Black <gblack@eecs.umich.edu>
Sun, 9 Aug 2009 08:00:47 +0000 (01:00 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Sun, 9 Aug 2009 08:00:47 +0000 (01:00 -0700)
src/arch/x86/isa/decoder/one_byte_opcodes.isa

index f365ed4b063618f842376b6ed2485afb22686395..d6cfdc59388f50b5643cfe18cb2452628120b333 100644 (file)
                 0x5: IMUL_B(Eb);
                 //This should be Eb, but it access the entire word value ax.
                 0x6: DIV_B(Ew);
-                0x7: IDIV(Eb);
+                0x7: IDIV_B(Eb);
             }
             //0x7: group3_Ev();
             0x7: decode MODRM_REG {