Skip to content

Commit

Permalink
Run clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Nov 26, 2024
1 parent 12a31dd commit 520d0f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/wasmtime/src/runtime/vm/helpers.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ typedef sigjmp_buf platform_jmp_buf;
// For some reason though this causes issues when unwinding via `longjmp` on
// Windows. Tests would exit with the error message:
//
// code 0xc0000028: An invalid or unaligned stack was encountered during an unwind operation. (os error 543)
// code 0xc0000028: An invalid or unaligned stack was encountered during an
// unwind operation. (os error 543)
//
// Debugging revealed that if this:
//
Expand Down

0 comments on commit 520d0f0

Please sign in to comment.