mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 22:47:03 +00:00
ARMv7: argc, argv setting, LDRSB_IMM, bugfixes
This commit is contained in:
parent
8a945a1a52
commit
e5dd03dbcb
14 changed files with 184 additions and 98 deletions
|
|
@ -25,18 +25,3 @@ PPCThread::~PPCThread()
|
|||
void PPCThread::DoReset()
|
||||
{
|
||||
}
|
||||
|
||||
void PPCThread::InitStack()
|
||||
{
|
||||
if(m_stack_addr) return;
|
||||
if(m_stack_size == 0) m_stack_size = 0x10000;
|
||||
m_stack_addr = (u32)Memory.StackMem.AllocAlign(m_stack_size, 0x100);
|
||||
/*
|
||||
m_stack_point += m_stack_size - 0x10;
|
||||
m_stack_point &= -0x10;
|
||||
vm::write64(m_stack_point, 0);
|
||||
m_stack_point -= 0x60;
|
||||
vm::write64(m_stack_point, m_stack_point + 0x60);
|
||||
*/
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue