mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
[orbis-kernel] Improve kdelete safety
This commit is contained in:
parent
9717128c1f
commit
191a9459af
5 changed files with 12 additions and 5 deletions
|
|
@ -22,7 +22,7 @@ struct NamedObjInfo {
|
|||
uint16_t ty;
|
||||
};
|
||||
|
||||
struct Process {
|
||||
struct Process final {
|
||||
KernelContext *context = nullptr;
|
||||
pid_t pid = -1;
|
||||
sysentvec *sysent = nullptr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue