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