Skip to content

Commit

Permalink
[arch][x86][clang] fix clang error introduced with exception cleanup
Browse files Browse the repository at this point in the history
Remove extra declaration of assembly label which clang does not like.
  • Loading branch information
travisg committed Apr 2, 2024
1 parent 64b462c commit 14f430d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/x86/64/exceptions.S
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ END_FUNCTION(_isr_vectors)

.balign 16
LOCAL_FUNCTION(interrupt_common)
interrupt_common:

/* clear the direction bit */
cld

Expand Down

0 comments on commit 14f430d

Please sign in to comment.