Fix Sparc64 page size
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3047 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
0774bed180
commit
33b3780262
@ -10,7 +10,7 @@
|
|||||||
#else
|
#else
|
||||||
#define TARGET_LONG_BITS 64
|
#define TARGET_LONG_BITS 64
|
||||||
#define TARGET_FPREGS 64
|
#define TARGET_FPREGS 64
|
||||||
#define TARGET_PAGE_BITS 12 /* XXX */
|
#define TARGET_PAGE_BITS 13 /* 8k */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define TARGET_PHYS_ADDR_BITS 64
|
#define TARGET_PHYS_ADDR_BITS 64
|
||||||
|
Loading…
Reference in New Issue
Block a user