MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / removelastinstruction

Function removelastinstruction

third-party/lua-5.5.0/src/lcode.c:374–377  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

372** accordingly.
373*/
374static void removelastinstruction (FuncState *fs) {
375 removelastlineinfo(fs);
376 fs->pc--;
377}
378
379
380/*

Callers 1

jumponcondFunction · 0.70

Calls 1

removelastlineinfoFunction · 0.70

Tested by

no test coverage detected