mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Add T2 and T3 to our register enum for clarity
This commit is contained in:
parent
3eec3a1497
commit
c9a21ab44d
1 changed files with 3 additions and 1 deletions
|
@ -38,9 +38,11 @@ enum MIPSGPReg
|
|||
MIPS_REG_A1=5,
|
||||
MIPS_REG_A2=6,
|
||||
MIPS_REG_A3=7,
|
||||
MIPS_REG_A4=8, // Seems to be N32 register calling convention - there are 8 args instead of 4.
|
||||
MIPS_REG_A4=8,
|
||||
MIPS_REG_A5=9,
|
||||
|
||||
MIPS_REG_T2=10,
|
||||
MIPS_REG_T3=11,
|
||||
MIPS_REG_T4=12,
|
||||
MIPS_REG_T5=13,
|
||||
MIPS_REG_T6=14,
|
||||
|
|
Loading…
Add table
Reference in a new issue