diff options
Diffstat (limited to 'target-mips/mips-defs.h')
-rw-r--r-- | target-mips/mips-defs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target-mips/mips-defs.h b/target-mips/mips-defs.h index 01034c3d0c..95b5ef8f0e 100644 --- a/target-mips/mips-defs.h +++ b/target-mips/mips-defs.h @@ -18,9 +18,9 @@ #define TARGET_LONG_BITS 32 #endif -/* Strictly follow the architecture standard: Disallow "special" - instruction handling for PMON/SPIM, force cycle-dependent - Count/Compare maintenance. */ +/* Strictly follow the architecture standard: + - Disallow "special" instruction handling for PMON/SPIM. + Note that we still maintain Count/Compare to match the host clock. */ //#define MIPS_STRICT_STANDARD 1 #endif /* !defined (__QEMU_MIPS_DEFS_H__) */ |