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:
Lioncash 2015-07-21 03:51:36 -04:00
parent baba0efcd1
commit c2689b8c2c
3 changed files with 6 additions and 6 deletions

View file

@ -41,6 +41,6 @@ enum ArbitrationType {
namespace SVC {
void CallSVC(u32 opcode);
void CallSVC(u32 immediate);
} // namespace