mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-07 23:25:00 +00:00
JMPs imply their size.
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user