Last syscall registering

This commit is contained in:
Nekotekina 2014-08-09 20:01:55 +04:00
parent e9835d4a2c
commit 18e1799980
4 changed files with 8 additions and 2 deletions

View file

@ -133,6 +133,7 @@ public:
bool m_is_interrupt;
bool m_has_interrupt;
u64 m_interrupt_arg;
u64 m_last_syscall;
protected:
CPUThread(CPUThreadType type);