diff --git a/src/instructions/tlb.rs b/src/instructions/tlb.rs index ea60fce7..8558f5f5 100644 --- a/src/instructions/tlb.rs +++ b/src/instructions/tlb.rs @@ -49,8 +49,8 @@ pub enum InvPicdCommand { #[repr(C)] #[derive(Debug)] struct InvpcidDescriptor { - address: u64, pcid: u64, + address: u64, } /// Structure of a PCID. A PCID has to be <= 4096 for x86_64. @@ -95,8 +95,8 @@ impl fmt::Display for PcidTooBig { #[inline] pub unsafe fn flush_pcid(command: InvPicdCommand) { let mut desc = InvpcidDescriptor { - address: 0, pcid: 0, + address: 0, }; let kind: u64;