shortcut for instruction pointer
| 208 | |
| 209 | // shortcut for instruction pointer |
| 210 | uint64_t GetLastIP() const { return m_lastIP; } |
| 211 | uint64_t GetCurrentIP() const { return m_currentIP; } |
| 212 | bool SetIP(uint64_t address); |
| 213 |
no outgoing calls
no test coverage detected