MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / getjumpcontrol

Function getjumpcontrol

src/Chain/libraries/glua/lcode.cpp:126–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124
125
126static Instruction *getjumpcontrol(FuncState *fs, int pc) {
127 Instruction *pi = &fs->f->code[pc];
128 if (pc >= 1 && testTMode(GET_OPCODE(*(pi - 1))))
129 return pi - 1;
130 else
131 return pi;
132}
133
134
135/*

Callers 3

need_valueFunction · 0.85
patchtestregFunction · 0.85
invertjumpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected