[arch][x86][clang] fix clang error introduced with exception cleanup

Remove extra declaration of assembly label which clang does not like.
This commit is contained in:
Travis Geiselbrecht
2024-04-01 23:19:35 -07:00
parent 64b462cb37
commit 14f430d5e8

View File

@@ -45,8 +45,6 @@ END_FUNCTION(_isr_vectors)
.balign 16
LOCAL_FUNCTION(interrupt_common)
interrupt_common:
/* clear the direction bit */
cld