Skip to content

Commit 9dd987b

Browse files
Update setjmp.cpp
1 parent bdfe9c8 commit 9dd987b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libc/src/setjmp/x86_64/setjmp.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
//===----------------------------------------------------------------------===//
88

99
// 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.
10+
// Despite GCC documentation listing this as a unsupported case for extended
11+
// asm, the generated code is not wrong as we only pass in constant operands
12+
// to extended asm.
1313
// See https://github.com/llvm/llvm-project/issues/137055 for related remarks.
1414

1515
#include "hdr/offsetof_macros.h"

0 commit comments

Comments
 (0)