mirror of https://github.com/icedland/iced.git
rustfmt
This commit is contained in:
parent
c09397ebef
commit
b8d5a78798
|
@ -156,7 +156,12 @@ impl MemoryOperand {
|
|||
pub fn with_base_displ_bcst_seg(
|
||||
base: Register, displacement: i32, #[allow(non_snake_case)] isBroadcast: bool, #[allow(non_snake_case)] segmentPrefix: Register,
|
||||
) -> Self {
|
||||
Self(iced_x86_rust::MemoryOperand::with_base_displ_bcst_seg(register_to_iced(base), displacement, isBroadcast, register_to_iced(segmentPrefix)))
|
||||
Self(iced_x86_rust::MemoryOperand::with_base_displ_bcst_seg(
|
||||
register_to_iced(base),
|
||||
displacement,
|
||||
isBroadcast,
|
||||
register_to_iced(segmentPrefix),
|
||||
))
|
||||
}
|
||||
|
||||
/// Constructor
|
||||
|
|
Loading…
Reference in New Issue