MCPcopy Create free account
hub / github.com/TASEmulators/fceux / debugger_resetinstructionscount

Function debugger_resetinstructionscount

src/lua-engine.cpp:5034–5038  ·  view source on GitHub ↗

debugger.resetinstructionscount()

Source from the content-addressed store, hash-verified

5032
5033// debugger.resetinstructionscount()
5034static int debugger_resetinstructionscount(lua_State *L)
5035{
5036 ResetInstructionsCounter();
5037 return 0;
5038}
5039
5040// debugger.getsymboloffset()
5041static int debugger_getsymboloffset(lua_State *L)

Callers

nothing calls this directly

Calls 1

ResetInstructionsCounterFunction · 0.85

Tested by

no test coverage detected