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

Method GetStackEnd

NULLC/Executor.cpp:2319–2322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2317 return genStackPtr;
2318}
2319void* Executor::GetStackEnd()
2320{
2321 return genStackTop;
2322}
2323
2324void Executor::SetBreakFunction(unsigned (*callback)(unsigned int))
2325{

Callers 1

MarkUsedBlocksFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected