dyncom: Pass SVC immediates directly.
Previously it would just re-read the already decoded instruction and extract the immediate value.
This commit is contained in:
parent
baba0efcd1
commit
c2689b8c2c
3 changed files with 6 additions and 6 deletions
|
@ -41,6 +41,6 @@ enum ArbitrationType {
|
|||
|
||||
namespace SVC {
|
||||
|
||||
void CallSVC(u32 opcode);
|
||||
void CallSVC(u32 immediate);
|
||||
|
||||
} // namespace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue