mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-18 16:30: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::MOVS:
|
||||||
case Operation::SCAS:
|
case Operation::SCAS:
|
||||||
case Operation::STOS:
|
case Operation::STOS:
|
||||||
|
case Operation::JMPabs:
|
||||||
|
case Operation::JMPrel:
|
||||||
|
case Operation::JMPfar:
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user