Tweak comments;

This commit is contained in:
Benjamin Bouvier
2019-09-03 15:31:13 +02:00
parent 26b88ae7b5
commit 8a9384f869
6 changed files with 44 additions and 33 deletions

View File

@@ -279,7 +279,8 @@ impl PerCpuModeEncodings {
}
}
/// Add the same encoding to both X86_32 and X86_64; assumes configuration (e.g. REX, operand binding) has already happened
/// Add the same encoding to both X86_32 and X86_64; assumes configuration (e.g. REX, operand
/// binding) has already happened.
fn enc_32_64_maybe_isap(
&mut self,
inst: impl Clone + Into<InstSpec>,