mirror of
https://github.com/python/cpython.git
synced 2025-10-19 16:03:42 +00:00
Merge 2aeaaf3e0d
into bad8d6de37
This commit is contained in:
commit
a060145b0e
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ _Py_CODEUNIT *
|
|||
_JIT_ENTRY(
|
||||
_PyExecutorObject *exec, _PyInterpreterFrame *frame, _PyStackRef *stack_pointer, PyThreadState *tstate
|
||||
) {
|
||||
typedef DECLARE_TARGET((*jit_func));
|
||||
typedef _Py_CODEUNIT *__attribute__((preserve_none)) (*jit_func)(_PyInterpreterFrame *, _PyStackRef *, PyThreadState *);
|
||||
jit_func jitted = (jit_func)exec->jit_code;
|
||||
return jitted(frame, stack_pointer, tstate);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue