mirror of
https://github.com/python/cpython.git
synced 2025-07-09 20:35:26 +00:00
GH-108614: Unbreak emscripten build (GH-109132)
This commit is contained in:
parent
ccd48623d4
commit
501f2dc527
5 changed files with 11 additions and 10 deletions
4
Python/generated_cases.c.h
generated
4
Python/generated_cases.c.h
generated
|
@ -28,8 +28,8 @@
|
|||
|
||||
TARGET(RESUME_CHECK) {
|
||||
#if defined(__EMSCRIPTEN__)
|
||||
DEOPT_IF(emscripten_signal_clock == 0, RESUME);
|
||||
emscripten_signal_clock -= Py_EMSCRIPTEN_SIGNAL_HANDLING;
|
||||
DEOPT_IF(_Py_emscripten_signal_clock == 0, RESUME);
|
||||
_Py_emscripten_signal_clock -= Py_EMSCRIPTEN_SIGNAL_HANDLING;
|
||||
#endif
|
||||
/* Possibly combine these two checks */
|
||||
DEOPT_IF(_PyFrame_GetCode(frame)->_co_instrumentation_version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue