mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-24 03:59:52 +00:00
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
|
||||
#define TARGET_LONG_BITS 64
|
||||
#define TARGET_FPREGS 64
|
||||
#define TARGET_PAGE_BITS 12 /* XXX */
|
||||
#define TARGET_PAGE_BITS 13 /* 8k */
|
||||
#endif
|
||||
|
||||
#define TARGET_PHYS_ADDR_BITS 64
|
||||
|
Loading…
Reference in New Issue
Block a user