diff options
Diffstat (limited to 'Include/internal/pycore_jit.h')
| -rw-r--r-- | Include/internal/pycore_jit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/internal/pycore_jit.h b/Include/internal/pycore_jit.h index 0b71eb6..17bd23f 100644 --- a/Include/internal/pycore_jit.h +++ b/Include/internal/pycore_jit.h @@ -13,7 +13,7 @@ extern "C" { typedef _Py_CODEUNIT *(*jit_func)(_PyInterpreterFrame *frame, PyObject **stack_pointer, PyThreadState *tstate); -int _PyJIT_Compile(_PyExecutorObject *executor, _PyUOpInstruction *trace, size_t length); +int _PyJIT_Compile(_PyExecutorObject *executor, const _PyUOpInstruction *trace, size_t length); void _PyJIT_Free(_PyExecutorObject *executor); #endif // _Py_JIT |
