|
@@ -559,9 +559,9 @@ __NEXT_STEP:;
|
|
|
#endif
|
|
#endif
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-
|
|
|
|
|
#undef DISPATCH
|
|
#undef DISPATCH
|
|
|
#undef TARGET
|
|
#undef TARGET
|
|
|
|
|
+#undef DISPATCH_OP_CALL
|
|
|
/**********************************************************************/
|
|
/**********************************************************************/
|
|
|
UNREACHABLE();
|
|
UNREACHABLE();
|
|
|
}catch(HandledException& e){
|
|
}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
|
|
} // namespace pkpy
|