Update ceval.cpp

This commit is contained in:
blueloveTH 2024-05-18 23:50:30 +08:00
parent d6b3091cc9
commit f0f6a6a4fb

View File

@ -116,7 +116,7 @@ __NEXT_FRAME:
__NEXT_STEP:;
byte = co_codes[frame->next_bytecode()];
// CEVAL_STEP_CALLBACK();
CEVAL_STEP_CALLBACK()
#if PK_DEBUG_CEVAL_STEP
__log_s_data();