Four global variables
| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected