Browse Source

Update ceval.cpp

blueloveTH 1 year ago
parent
commit
d6b3091cc9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/ceval.cpp

+ 1 - 1
src/ceval.cpp

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