Skip to content

Commit

Permalink
Fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
savannahostrowski committed Oct 23, 2024
1 parent a4b2d3e commit 0f88955
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,3 +1,3 @@
// To use preserve_none in JIT builds, we need to declare a separate function pointer with __attribute__((preserve_none)) since this attribute is not supported in < clang 19.
// This is functionally the same as jit_func_native from Include/internal/pycore_jit.h except that it has the __attribute__((preserve_none)) attribute.
// This is functionally the same as jit_func_native from Include/internal/pycore_jit.h except that it has __attribute__((preserve_none)).
typedef _Py_CODEUNIT *(*jit_func_preserve_none)(_PyInterpreterFrame *frame, _PyStackRef *stack_pointer, PyThreadState *tstate) __attribute__((preserve_none));

0 comments on commit 0f88955

Please sign in to comment.