mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
Larger physical address space for 32-bit MIPS.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3765 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
c3b5bc8ab3
commit
dab6322b86
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@
|
|||
#define TARGET_LONG_BITS 32
|
||||
#endif
|
||||
|
||||
/* Even MIPS32 can have 36 bits physical address space. */
|
||||
#define TARGET_PHYS_ADDR_BITS 64
|
||||
|
||||
/* Masks used to mark instructions to indicate which ISA level they
|
||||
were introduced in. */
|
||||
#define ISA_MIPS1 0x00000001
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue