mirror of
https://github.com/FEX-Emu/FEX.git
synced 2025-01-25 16:06:50 +00:00
Removes warnings from Frontend
This commit is contained in:
parent
fc7e0ede03
commit
1f6017c37c
@ -711,9 +711,9 @@ bool Decoder::NormalOpHeader(FEXCore::X86Tables::X86InstInfo const *Info, uint16
|
||||
return NormalOp(LocalInfo, Op);
|
||||
}
|
||||
else if (Info->Type == FEXCore::X86Tables::TYPE_GROUP_EVEX) {
|
||||
uint8_t P1 = ReadByte();
|
||||
uint8_t P2 = ReadByte();
|
||||
uint8_t P3 = ReadByte();
|
||||
/* uint8_t P1 = */ ReadByte();
|
||||
/* uint8_t P2 = */ ReadByte();
|
||||
/* uint8_t P3 = */ ReadByte();
|
||||
uint8_t EVEXOp = ReadByte();
|
||||
return NormalOp(&EVEXTableOps[EVEXOp], EVEXOp);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user