mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-24 00:18:36 -07:00
Fix enough FPU/R2 support to get 24Kf going.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2528 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
51789c410b
commit
e397ee3382
5 changed files with 66 additions and 26 deletions
|
|
@ -203,6 +203,8 @@ struct CPUMIPSState {
|
|||
#define CP0C3_MT 2
|
||||
#define CP0C3_SM 1
|
||||
#define CP0C3_TL 0
|
||||
int32_t CP0_Config6;
|
||||
int32_t CP0_Config7;
|
||||
target_ulong CP0_LLAddr;
|
||||
target_ulong CP0_WatchLo;
|
||||
int32_t CP0_WatchHi;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue