MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / removelastinstruction

Function removelastinstruction

extlibs/lua/src/lcode.c:380–383  ·  view source on GitHub ↗

** Remove the last instruction created, correcting line information ** accordingly. */

Source from the content-addressed store, hash-verified

378** accordingly.
379*/
380static void removelastinstruction (FuncState *fs) {
381 removelastlineinfo(fs);
382 fs->pc--;
383}
384
385
386/*

Callers 1

jumponcondFunction · 0.85

Calls 1

removelastlineinfoFunction · 0.85

Tested by

no test coverage detected