@@ -559,9 +559,9 @@ __NEXT_STEP:;
#endif
}
-
#undef DISPATCH
#undef TARGET
+#undef DISPATCH_OP_CALL
/**********************************************************************/
UNREACHABLE();
}catch(HandledException& e){
@@ -587,4 +587,14 @@ __NEXT_STEP:;
+#undef TOP
+#undef SECOND
+#undef THIRD
+#undef PEEK
+#undef STACK_SHRINK
+#undef PUSH
+#undef POP
+#undef POPX
+#undef STACK_VIEW
+
} // namespace pkpy
@@ -1048,4 +1048,7 @@ inline Str obj_type_name(VM *vm, Type type){
return vm->_all_types[type].name;
+#undef PY_VAR_INT
+#undef PY_VAR_FLOAT