/[qemu]/qemu/target-sparc/cpu.h
ViewVC logotype

Diff of /qemu/target-sparc/cpu.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.13 by bellard, Sun Feb 13 19:02:42 2005 UTC revision 1.14 by bellard, Sat Feb 19 17:26:37 2005 UTC
# Line 104  Line 104 
104  #define PG_MODIFIED_MASK (1 << PG_MODIFIED_BIT)  #define PG_MODIFIED_MASK (1 << PG_MODIFIED_BIT)
105  #define PG_CACHE_MASK    (1 << PG_CACHE_BIT)  #define PG_CACHE_MASK    (1 << PG_CACHE_BIT)
106    
107  #define NWINDOWS  32  /* 2 <= NWINDOWS <= 32. In QEMU it must also be a power of two. */
108    #define NWINDOWS  8
109    
110  typedef struct CPUSPARCState {  typedef struct CPUSPARCState {
111      target_ulong gregs[8]; /* general registers */      target_ulong gregs[8]; /* general registers */

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26