mirror of
https://github.com/izzy2lost/WeeU.git
synced 2026-07-06 00:19:59 -07:00
recompiler refactor
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -17,5 +17,5 @@ namespace IMLArchAArch64
|
||||
static constexpr int PHYSREG_GPR_BASE = 0;
|
||||
static constexpr int PHYSREG_GPR_COUNT = 25;
|
||||
static constexpr int PHYSREG_FPR_BASE = PHYSREG_GPR_COUNT;
|
||||
static constexpr int PHYSREG_FPR_COUNT = 29;
|
||||
static constexpr int PHYSREG_FPR_COUNT = 28;
|
||||
}; // namespace IMLArchAArch64
|
||||
Reference in New Issue
Block a user