[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:
@@ -45,8 +45,6 @@ END_FUNCTION(_isr_vectors)
|
||||
|
||||
.balign 16
|
||||
LOCAL_FUNCTION(interrupt_common)
|
||||
interrupt_common:
|
||||
|
||||
/* clear the direction bit */
|
||||
cld
|
||||
|
||||
|
||||
Reference in New Issue
Block a user