mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-22 12:33:29 +00:00
JMPs imply their size.
This commit is contained in:
parent
587ec81900
commit
5a5f71e703
@ -151,6 +151,9 @@ bool InstructionSet::x86::mnemonic_implies_data_size(Operation operation) {
|
||||
case Operation::MOVS:
|
||||
case Operation::SCAS:
|
||||
case Operation::STOS:
|
||||
case Operation::JMPabs:
|
||||
case Operation::JMPrel:
|
||||
case Operation::JMPfar:
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user