We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bb6a32 commit 7901be1Copy full SHA for 7901be1
libc/src/setjmp/x86_64/longjmp.cpp
@@ -81,7 +81,7 @@ LLVM_LIBC_FUNCTION(void, longjmp, (jmp_buf, int)) {
81
#if LIBC_COPT_SETJMP_ENABLE_FORTIFICATION
82
// clang-format off
83
,[rotation] "i"(jmpbuf::ROTATION)
84
- , [chksum] "i"(offsetof(__jmp_buf, __chksum))
+ ,[chksum] "i"(offsetof(__jmp_buf, __chksum))
85
// clang-format on
86
#endif
87
: "rax", "rdx", "rcx", "rsi");
0 commit comments