From 14f430d5e8e26a43662cefc1204ca14f79a94093 Mon Sep 17 00:00:00 2001 From: Travis Geiselbrecht Date: Mon, 1 Apr 2024 23:19:35 -0700 Subject: [PATCH] [arch][x86][clang] fix clang error introduced with exception cleanup Remove extra declaration of assembly label which clang does not like. --- arch/x86/64/exceptions.S | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/x86/64/exceptions.S b/arch/x86/64/exceptions.S index cecb5eb5f..1a506ef18 100644 --- a/arch/x86/64/exceptions.S +++ b/arch/x86/64/exceptions.S @@ -45,8 +45,6 @@ END_FUNCTION(_isr_vectors) .balign 16 LOCAL_FUNCTION(interrupt_common) -interrupt_common: - /* clear the direction bit */ cld