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 bdfe9c8 commit 9dd987bCopy full SHA for 9dd987b
libc/src/setjmp/x86_64/setjmp.cpp
@@ -7,9 +7,9 @@
7
//===----------------------------------------------------------------------===//
8
9
// We use naked functions to avoid compiler-generated prologue and epilogue.
10
-// Despite GCC documentation listing this as a supported case for extended asm, the
11
-// generated code is not wrong as we only pass in constant operands to
12
-// extended asm.
+// Despite GCC documentation listing this as a unsupported case for extended
+// asm, the generated code is not wrong as we only pass in constant operands
+// to extended asm.
13
// See https://github.com/llvm/llvm-project/issues/137055 for related remarks.
14
15
#include "hdr/offsetof_macros.h"
0 commit comments