sim-card
/
qemu
Archived
10
0
Fork 0

sparc Linux works better with NWINDOWS = 8

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1301 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2005-02-19 17:26:37 +00:00
parent 2623cbaf1a
commit 1d6e34fd37
1 changed files with 2 additions and 1 deletions

View File

@ -104,7 +104,8 @@
#define PG_MODIFIED_MASK (1 << PG_MODIFIED_BIT)
#define PG_CACHE_MASK (1 << PG_CACHE_BIT)
#define NWINDOWS 32
/* 2 <= NWINDOWS <= 32. In QEMU it must also be a power of two. */
#define NWINDOWS 8
typedef struct CPUSPARCState {
target_ulong gregs[8]; /* general registers */