Fix typo in comment, by Andreas Faerber.
[qemu/dscho.git] / target-mips / mips-defs.h
blob6f012a964e2402410e19a0ccc574e753397a2219
1 #if !defined (__QEMU_MIPS_DEFS_H__)
2 #define __QEMU_MIPS_DEFS_H__
4 /* If we want to use host float regs... */
5 //#define USE_HOST_FLOAT_REGS
7 /* real pages are variable size... */
8 #define TARGET_PAGE_BITS 12
9 #define MIPS_TLB_MAX 128
11 #ifdef TARGET_MIPS64
12 #define TARGET_LONG_BITS 64
13 #else
14 #define TARGET_LONG_BITS 32
15 #endif
17 /* Strictly follow the architecture standard:
18 - Disallow "special" instruction handling for PMON/SPIM.
19 Note that we still maintain Count/Compare to match the host clock. */
20 //#define MIPS_STRICT_STANDARD 1
22 #endif /* !defined (__QEMU_MIPS_DEFS_H__) */