| 628 | } |
| 629 | |
| 630 | static void onReturn( CppiaCompiler *inCompiler, int stackSize ) |
| 631 | { |
| 632 | inCompiler->add(sJitArg1.as(jtPointer), sJitFrame.as(jtPointer), stackSize ); |
| 633 | inCompiler->callNative( (void *)popFrame, sJitCtx.as(jtPointer), sJitArg1.as(jtPointer)); |
| 634 | } |
| 635 | #endif |
| 636 | |
| 637 |
no test coverage detected