X86: Attach the CMC instruction to the decoder.
--HG-- extra : convert_revision : 909661062017c7640c343e80431eaf365e8fcf53
This commit is contained in:
@@ -503,8 +503,8 @@
|
||||
0x3: M5InternalError::error(
|
||||
{{"Tried to execute the rep/repe prefix!"}});
|
||||
0x4: hlt();
|
||||
0x5: cmc();
|
||||
format Inst {
|
||||
0x5: CMC();
|
||||
//0x6: group3_Eb();
|
||||
0x6: decode MODRM_REG {
|
||||
0x0: TEST(Eb,Iz);
|
||||
|
||||
Reference in New Issue
Block a user