This commit is contained in:
blueloveTH 2023-04-18 00:40:12 +08:00
parent 69676d5876
commit 5cec2846ca
2 changed files with 14 additions and 1 deletions

View File

@ -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

View File

@ -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
} // namespace pkpy