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

Method GetNextAddress

NULLC/Executor.cpp:2310–2313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2308 currentFrame = 0;
2309}
2310unsigned int Executor::GetNextAddress()
2311{
2312 return currentFrame == fcallStack.size() ? 0 : (unsigned int)(fcallStack[currentFrame++] - cmdBase);
2313}
2314
2315void* Executor::GetStackStart()
2316{

Callers 2

MarkUsedBlocksFunction · 0.45
nullcDebugGetStackFrameFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected