mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 10:18:40 +12:00
Last syscall registering
This commit is contained in:
parent
e9835d4a2c
commit
18e1799980
4 changed files with 8 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue