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

Method GetStackEnd

NULLC/Executor_X86.cpp:1762–1765  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1760 return genStackPtr;
1761}
1762void* ExecutorX86::GetStackEnd()
1763{
1764 return genStackTop;
1765}
1766
1767void ExecutorX86::SetBreakFunction(unsigned (*callback)(unsigned int))
1768{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected