MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / filterpc

Function filterpc

3rd/lua-5.4.3/src/ldebug.c:454–458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

452
453
454static int filterpc (int pc, int jmptarget) {
455 if (pc < jmptarget) /* is code conditional (inside a jump)? */
456 return -1; /* cannot know who sets that register */
457 else return pc; /* current position sets that register */
458}
459
460
461/*

Callers 1

findsetregFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected