mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 10:18:40 +12:00
Relocate sys_process_is_stack to sysPrxForUser.cpp
This commit is contained in:
parent
e2de06da63
commit
bc3772614b
3 changed files with 10 additions and 10 deletions
|
@ -245,15 +245,6 @@ int sys_process_get_paramsfo(mem8_ptr_t buffer)
|
|||
return CELL_OK;*/
|
||||
}
|
||||
|
||||
int sys_process_is_stack(u32 p)
|
||||
{
|
||||
PPCThread* CPU = GetCurrentPPCThread();
|
||||
if (p >= CPU->GetStackAddr() && p <= CPU->GetStackAddr() + CPU->GetStackSize())
|
||||
return 1;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*
|
||||
int SysCalls::lv2ProcessWaitForChild(PPUThread& CPU)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue