mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
Implement thread->where (backtrace)
This commit is contained in:
parent
5b097f62ae
commit
7a5ba3bf6a
4 changed files with 16 additions and 2 deletions
|
|
@ -68,5 +68,7 @@ struct ProcessOps {
|
|||
|
||||
SysResult (*processNeeded)(Thread *thread);
|
||||
SysResult (*registerEhFrames)(Thread *thread);
|
||||
|
||||
void (*where)(Thread *);
|
||||
};
|
||||
} // namespace orbis
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue