| 1709 | } |
| 1710 | |
| 1711 | char* ExecutorX86::GetVariableData(unsigned int *count) |
| 1712 | { |
| 1713 | if(count) |
| 1714 | *count = NULLC::dataHead->lastEDI; |
| 1715 | return paramBase; |
| 1716 | } |
| 1717 | |
| 1718 | void ExecutorX86::BeginCallStack() |
| 1719 | { |
nothing calls this directly
no outgoing calls
no test coverage detected