mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 05:45:21 +00:00
ARMv7: branch instrs fixed, new instructions
BIC_IMM, BIC_REG, RSB_IMM, LDR_LIT, STRB_REG, STRH_REG Fixed initial stack size
This commit is contained in:
parent
c267ca2584
commit
5225ca8fc2
9 changed files with 367 additions and 105 deletions
|
|
@ -39,7 +39,7 @@ class armv7_thread : cpu_thread
|
|||
u32 argc;
|
||||
|
||||
public:
|
||||
armv7_thread(u32 entry, const std::string& name = "", u32 stack_size = 0, u32 prio = 0);
|
||||
armv7_thread(u32 entry, const std::string& name, u32 stack_size, s32 prio);
|
||||
|
||||
cpu_thread& args(std::initializer_list<std::string> values) override;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue