mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 19:40:18 +00:00
...
This commit is contained in:
parent
69676d5876
commit
5cec2846ca
12
src/ceval.h
12
src/ceval.h
@ -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
|
Loading…
x
Reference in New Issue
Block a user