Update comment. We can't easily adhere to the architecture spec because
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 19 Apr 2007 16:35:09 +0000 (16:35 +0000)
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 19 Apr 2007 16:35:09 +0000 (16:35 +0000)
it would involve counting the actually executed instructions.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2708 c046a42c-6fe2-441c-8c8c-71466251a162

target-mips/mips-defs.h

index 01034c3..95b5ef8 100644 (file)
@@ -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__) */