aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/generated_cases.c.h
diff options
context:
space:
mode:
Diffstat (limited to 'Python/generated_cases.c.h')
-rw-r--r--Python/generated_cases.c.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Python/generated_cases.c.h b/Python/generated_cases.c.h
index 84f83db128e..136b36c8260 100644
--- a/Python/generated_cases.c.h
+++ b/Python/generated_cases.c.h
@@ -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