| 749 | } |
| 750 | |
| 751 | static DYN_PTR_SIZE dynamic_getNextOp(CPU* cpu) { |
| 752 | if (cpu->thread->terminating) { |
| 753 | return 0; |
| 754 | } |
| 755 | return (DYN_PTR_SIZE)cpu->getNextOp(); |
| 756 | } |
| 757 | |
| 758 | // next block is also set in common_other.cpp for loop instructions, so don't use this as a hook for something else |
| 759 | void JitCodeGen::blockNext1(U32 eip, DecodedOp* op) { |