MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / dynamic_getNextOp

Function dynamic_getNextOp

source/emulation/cpu/jit/jitCodeGen.cpp:751–756  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

749}
750
751static 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
759void JitCodeGen::blockNext1(U32 eip, DecodedOp* op) {

Callers

nothing calls this directly

Calls 1

getNextOpMethod · 0.80

Tested by

no test coverage detected