mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 11:18:36 +12:00
SPU ASMJIT: internal jumptable
Allow indirect calls within current function using a jumptable This restores some functionality removed in SPU ASMJIT 2.0 Change SPUThread::get_ch_value prototype
This commit is contained in:
parent
df453d6d4f
commit
767dfa271e
7 changed files with 302 additions and 229 deletions
|
@ -609,7 +609,7 @@ public:
|
|||
void set_events(u32 mask);
|
||||
void set_interrupt_status(bool enable);
|
||||
u32 get_ch_count(u32 ch);
|
||||
bool get_ch_value(u32 ch, u32& out);
|
||||
s64 get_ch_value(u32 ch);
|
||||
bool set_ch_value(u32 ch, u32 value);
|
||||
bool stop_and_signal(u32 code);
|
||||
void halt();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue