MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / filterpc

Function filterpc

extlibs/lua/src/ldebug.c:460–464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

458
459
460static int filterpc (int pc, int jmptarget) {
461 if (pc < jmptarget) /* is code conditional (inside a jump)? */
462 return -1; /* cannot know who sets that register */
463 else return pc; /* current position sets that register */
464}
465
466
467/*

Callers 1

findsetregFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected