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

Function getjumpcontrol

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

Source from the content-addressed store, hash-verified

105
106
107static Instruction *getjumpcontrol (FuncState *fs, int pc) {
108 Instruction *pi = &fs->f->code[pc];
109 if (pc >= 1 && testTMode(GET_OPCODE(*(pi-1))))
110 return pi-1;
111 else
112 return pi;
113}
114
115
116/*

Callers 3

need_valueFunction · 0.70
patchtestregFunction · 0.70
invertjumpFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected