Revision 540635ba target-mips/mips-defs.h

b/target-mips/mips-defs.h
8 8
#define TARGET_PAGE_BITS 12
9 9
#define MIPS_TLB_MAX 128
10 10

  
11
#ifdef TARGET_MIPS64
11
#if defined(TARGET_MIPSN32) || defined(TARGET_MIPS64)
12 12
#define TARGET_LONG_BITS 64
13 13
#else
14 14
#define TARGET_LONG_BITS 32

Also available in: Unified diff