Skip to content

Commit 5e90193

Browse files
damned linter
1 parent cd28a68 commit 5e90193

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
@@ -16,8 +16,7 @@
1616

1717
namespace LIBC_NAMESPACE {
1818

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

0 commit comments

Comments
 (0)