MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / dischargejpc

Function dischargejpc

Source/Misc/lua/src/lua.c:3832–3835  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3830
3831
3832static void dischargejpc (FuncState *fs) {
3833patchlistaux(fs, fs->jpc, fs->pc, NO_REG, fs->pc);
3834fs->jpc = NO_JUMP;
3835}
3836
3837
3838void 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