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

Function common_ret

source/emulation/cpu/common/cpu.cpp:1473–1475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1471}
1472
1473void common_ret(CPU* cpu, U32 big, U32 bytes) {
1474 cpu->ret(big, bytes);
1475}
1476
1477void common_iret(CPU* cpu, U32 big, U32 oldEip) {
1478 cpu->iret(big, oldEip);

Callers

nothing calls this directly

Calls 1

retMethod · 0.45

Tested by

no test coverage detected