Skip to content

Commit

Permalink
Add newline to jit.h
Browse files Browse the repository at this point in the history
  • Loading branch information
savannahostrowski committed Oct 29, 2024
1 parent c119a5d commit cbb0ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/jit/jit.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// To use preserve_none in JIT builds, we need to declare a separate function
// pointer with __attribute__((preserve_none)), since this attribute may not be
// supported by the compiler used to build the rest of the interpreter.
typedef jit_func __attribute__((preserve_none)) jit_func_preserve_none;
typedef jit_func __attribute__((preserve_none)) jit_func_preserve_none;

0 comments on commit cbb0ddf

Please sign in to comment.