Update #[cfg] attr

This commit is contained in:
0xd4d 2020-02-09 22:54:58 +01:00
parent 695f586a6e
commit 35ed5541da
1 changed files with 1 additions and 1 deletions

View File

@ -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;