mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 00:11:24 +12:00
Some typos fixed (thanks to Nukem9)
cellSysutilCheckCallback() modified, some warnings converted
This commit is contained in:
parent
16c284214f
commit
b602260314
13 changed files with 28 additions and 23 deletions
|
@ -61,7 +61,7 @@ void SPUThread::InitRegs()
|
|||
|
||||
u64 SPUThread::GetFreeStackSize() const
|
||||
{
|
||||
return (GetStackAddr() + GetStackSize()) - GPR[1]._u64[3];
|
||||
return (GetStackAddr() + GetStackSize()) - GPR[1]._u32[3];
|
||||
}
|
||||
|
||||
void SPUThread::DoRun()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue