Skip to content

Commit bc80aec

Browse files
damned linter
1 parent 443e8aa commit bc80aec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libc/src/setjmp/x86_64/setjmp.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717

1818
namespace LIBC_NAMESPACE_DECL {
1919

20-
__attribute__((naked))
21-
LLVM_LIBC_FUNCTION(int, setjmp, (__jmp_buf * buf)) {
20+
__attribute__((naked)) LLVM_LIBC_FUNCTION(int, setjmp, (__jmp_buf * buf)) {
2221
asm("mov %%rbx, %c[rbx](%%rdi)\n\t"
2322
"mov %%rbp, %c[rbp](%%rdi)\n\t"
2423
"mov %%r12, %c[r12](%%rdi)\n\t"

0 commit comments

Comments
 (0)