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

Function getLastOp

source/emulation/cpu/srcgen.cpp:923–929  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

921U32 getBlockEipCount(struct Block* block);
922
923struct Op* getLastOp(struct Block* block) {
924 struct Op* result = block->ops;
925 while (result->next) {
926 result = result->next;
927 }
928 return result;
929}
930
931void OPCALL jump(struct CPU* cpu, struct Op* op);
932void OPCALL firstOp(struct CPU* cpu, struct Op* op);

Callers 1

genJumpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected