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

Class DataStackHeader

NULLC/Executor_X86.cpp:32–38  ·  view source on GitHub ↗

Four global variables

Source from the content-addressed store, hash-verified

30
31 // Four global variables
32 struct DataStackHeader
33 {
34 unsigned int unused1;
35 unsigned int lastEDI;
36 unsigned int instructionPtr;
37 unsigned int nextElement;
38 };
39
40 DataStackHeader *dataHead;
41 char* parameterHead;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected