| 1760 | return genStackPtr; |
| 1761 | } |
| 1762 | void* ExecutorX86::GetStackEnd() |
| 1763 | { |
| 1764 | return genStackTop; |
| 1765 | } |
| 1766 | |
| 1767 | void ExecutorX86::SetBreakFunction(unsigned (*callback)(unsigned int)) |
| 1768 | { |
nothing calls this directly
no outgoing calls
no test coverage detected