MCPcopy Create free account
hub / github.com/WheretIB/nullc / BeginCallStack

Method BeginCallStack

NULLC/Executor.cpp:2306–2309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2304}
2305
2306void Executor::BeginCallStack()
2307{
2308 currentFrame = 0;
2309}
2310unsigned int Executor::GetNextAddress()
2311{
2312 return currentFrame == fcallStack.size() ? 0 : (unsigned int)(fcallStack[currentFrame++] - cmdBase);

Callers 2

MarkUsedBlocksFunction · 0.45
nullcDebugBeginCallStackFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected