X86: Replace "group10" placeholder with the corresponding instructions in the decoder.
--HG-- extra : convert_revision : ffa8f7c4f8d1e381eefd29247ebd705863d385ad
This commit is contained in:
parent
5c32422162
commit
9243666c39
1 changed files with 5 additions and 1 deletions
|
@ -295,7 +295,11 @@
|
|||
0x4: WarnUnimpl::mov_MwRv_Sw(); //What to do with this one?
|
||||
0x5: LEA(Gv,M);
|
||||
0x6: WarnUnimpl::mov_Sw_MwRv();
|
||||
0x7: WarnUnimpl::group10_Ev(); //Make sure this is Ev
|
||||
//0x7: group10_Ev();
|
||||
0x7: decode MODRM_REG {
|
||||
0x0: POP(Ev);
|
||||
default: UD2();
|
||||
}
|
||||
}
|
||||
0x12: decode OPCODE_OP_BOTTOM3 {
|
||||
0x0: NOP(); //XXX repe makes this a "pause"
|
||||
|
|
Loading…
Reference in a new issue