mirror of
https://github.com/python/cpython.git
synced 2025-10-20 00:13:47 +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(
|
_JIT_ENTRY(
|
||||||
_PyExecutorObject *exec, _PyInterpreterFrame *frame, _PyStackRef *stack_pointer, PyThreadState *tstate
|
_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;
|
jit_func jitted = (jit_func)exec->jit_code;
|
||||||
return jitted(frame, stack_pointer, tstate);
|
return jitted(frame, stack_pointer, tstate);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue