| 51 | |
| 52 | |
| 53 | struct Snapshot { |
| 54 | |
| 55 | std::vector<TTD::GuestAddress> func_stack; |
| 56 | std::vector<TTD::GuestAddress> ret_stack; |
| 57 | std::vector<TTD::GuestAddress> func_stack2; |
| 58 | std::vector<TTD::GuestAddress> ret_stack2; |
| 59 | TTD::Position cur; |
| 60 | TTD::Position cur2; |
| 61 | }; |
| 62 | struct Snapshot g_snapshot; |
| 63 | |
| 64 | void takeSnapshot(TTD::Cursor* cursor, TTD::Cursor* cursor2) { |
nothing calls this directly
no outgoing calls
no test coverage detected