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

Method GetStackStart

NULLC/Executor_X86.cpp:1758–1761  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1756}
1757
1758void* ExecutorX86::GetStackStart()
1759{
1760 return genStackPtr;
1761}
1762void* ExecutorX86::GetStackEnd()
1763{
1764 return genStackTop;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected