Revision 36d23958 target-mips/cpu.h

b/target-mips/cpu.h
63 63
#endif
64 64
    target_ulong HI, LO;
65 65
    uint32_t DCR; /* ? */
66
#if defined(MIPS_USES_FPU)
67 66
    /* Floating point registers */
68 67
    fpr_t fpr[16];
69 68
#define FPR(cpu, n) ((fpr_t*)&(cpu)->fpr[(n) / 2])
......
97 96
#define FP_DIV0           8
98 97
#define FP_INVALID        16
99 98
#define FP_UNIMPLEMENTED  32
100
		
101
#endif
99

  
102 100
#if defined(MIPS_USES_R4K_TLB)
103 101
    tlb_t tlb[MIPS_TLB_MAX];
104 102
    uint32_t tlb_in_use;

Also available in: Unified diff