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

Method GetVariableData

NULLC/Executor_X86.cpp:1711–1716  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1709}
1710
1711char* ExecutorX86::GetVariableData(unsigned int *count)
1712{
1713 if(count)
1714 *count = NULLC::dataHead->lastEDI;
1715 return paramBase;
1716}
1717
1718void ExecutorX86::BeginCallStack()
1719{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected