mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
Handle MIPS64 SEGBITS value correctly.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3011 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
5c40d2bd48
commit
e034e2c39a
5 changed files with 32 additions and 16 deletions
|
@ -102,6 +102,8 @@ struct CPUMIPSState {
|
|||
|
||||
uint32_t nb_tlb;
|
||||
uint32_t tlb_in_use;
|
||||
uint32_t SEGBITS;
|
||||
target_ulong SEGMask;
|
||||
int (*map_address) (CPUMIPSState *env, target_ulong *physical, int *prot, target_ulong address, int rw, int access_type);
|
||||
void (*do_tlbwi) (void);
|
||||
void (*do_tlbwr) (void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue