MCPcopy Create free account
hub / github.com/F-Stack/f-stack / dischargejpc

Function dischargejpc

freebsd/contrib/openzfs/module/lua/lcode.c:161–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159
160
161static void dischargejpc (FuncState *fs) {
162 patchlistaux(fs, fs->jpc, fs->pc, NO_REG, fs->pc);
163 fs->jpc = NO_JUMP;
164}
165
166
167void luaK_patchlist (FuncState *fs, int list, int target) {

Callers 1

luaK_codeFunction · 0.70

Calls 1

patchlistauxFunction · 0.70

Tested by

no test coverage detected