Revision 60aa19ab target-mips/mips-defs.h

b/target-mips/mips-defs.h
6 6
/* If we want to use host float regs... */
7 7
//#define USE_HOST_FLOAT_REGS
8 8

  
9
/* 32 bits target */
10
#undef MIPS_HAS_MIPS64
11
//#define MIPS_HAS_MIPS64 1
12 9
/* real pages are variable size... */
13 10
#define TARGET_PAGE_BITS 12
14 11
/* Uses MIPS R4Kc TLB model */
......
16 13
#define MIPS_TLB_NB 16
17 14
#define MIPS_TLB_MAX 128
18 15

  
19
#ifdef MIPS_HAS_MIPS64
16
#ifdef TARGET_MIPS64
20 17
#define TARGET_LONG_BITS 64
21 18
#else
22 19
#define TARGET_LONG_BITS 32

Also available in: Unified diff