MCPcopy Create free account
hub / github.com/BigPig0/RelayLive / dischargejpc

Function dischargejpc

ThirdParty/lua/lua/lcode.c:180–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178
179
180static void dischargejpc (FuncState *fs) {
181 patchlistaux(fs, fs->jpc, fs->pc, NO_REG, fs->pc);
182 fs->jpc = NO_JUMP;
183}
184
185
186void luaK_patchlist (FuncState *fs, int list, int target) {

Callers 1

luaK_codeFunction · 0.85

Calls 1

patchlistauxFunction · 0.85

Tested by

no test coverage detected