Skip to content

Commit b2a0321

Browse files
Update setjmp.cpp
1 parent 15f9767 commit b2a0321

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libc/src/setjmp/x86_64/setjmp.cpp

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

99
// We use naked functions to avoid compiler-generated prologue and epilogue.
10-
// 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
10+
// 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
1212
// to extended asm.
1313
// See https://github.com/llvm/llvm-project/issues/137055 for related remarks.
1414

0 commit comments

Comments
 (0)