mirror of https://github.com/icedland/iced.git
Update #[cfg] attr
This commit is contained in:
parent
695f586a6e
commit
35ed5541da
|
@ -223,7 +223,7 @@ pub(crate) fn internal_set_memory_address64_hi(this: &mut Instruction, new_value
|
||||||
this.mem_displ = new_value;
|
this.mem_displ = new_value;
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(any(feature = "decoder", feature = "encoder"))]
|
#[cfg(feature = "decoder")]
|
||||||
#[inline]
|
#[inline]
|
||||||
pub(crate) fn internal_set_near_branch16(this: &mut Instruction, new_value: u32) {
|
pub(crate) fn internal_set_near_branch16(this: &mut Instruction, new_value: u32) {
|
||||||
this.immediate = new_value;
|
this.immediate = new_value;
|
||||||
|
|
Loading…
Reference in New Issue