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 c119a5d commit cbb0ddfCopy full SHA for cbb0ddf
Tools/jit/jit.h
@@ -1,4 +1,4 @@
1
// To use preserve_none in JIT builds, we need to declare a separate function
2
// pointer with __attribute__((preserve_none)), since this attribute may not be
3
// supported by the compiler used to build the rest of the interpreter.
4
-typedef jit_func __attribute__((preserve_none)) jit_func_preserve_none;
+typedef jit_func __attribute__((preserve_none)) jit_func_preserve_none;
0 commit comments