/[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.15 by bellard, Tue Feb 22 19:08:57 2005 UTC revision 1.16 by bellard, Sun Mar 13 17:01:47 2005 UTC
# Line 15  Line 15 
15    
16  #include "cpu-defs.h"  #include "cpu-defs.h"
17    
18    #include "softfloat.h"
19    
20  /*#define EXCP_INTERRUPT 0x100*/  /*#define EXCP_INTERRUPT 0x100*/
21    
22  /* trap definitions */  /* trap definitions */
# Line 150  typedef struct CPUSPARCState { Line 152  typedef struct CPUSPARCState {
152      /* temporary float registers */      /* temporary float registers */
153      float ft0, ft1, ft2;      float ft0, ft1, ft2;
154      double dt0, dt1, dt2;      double dt0, dt1, dt2;
155        float_status fp_status;
156  #if defined(TARGET_SPARC64)  #if defined(TARGET_SPARC64)
157      target_ulong t0, t1, t2;      target_ulong t0, t1, t2;
158  #endif  #endif

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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