diff --git a/src/arch/x86_64/interrupt/syscall.rs b/src/arch/x86_64/interrupt/syscall.rs index de8b5e9785..aa13bb75f7 100644 --- a/src/arch/x86_64/interrupt/syscall.rs +++ b/src/arch/x86_64/interrupt/syscall.rs @@ -93,7 +93,6 @@ pub unsafe extern "C" fn __inner_syscall_instruction(stack: *mut InterruptStack) } #[unsafe(naked)] -#[allow(named_asm_labels)] pub unsafe extern "C" fn syscall_instruction() { core::arch::naked_asm!(concat!( // Yes, this is magic. No, you don't need to understand