Commit 19221bdaf816bc15dbc0c1a4b5594bf7a4ea2ce5
1 parent
2802bfe3
Update comment. We can't easily adhere to the architecture spec because
it would involve counting the actually executed instructions. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2708 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
3 additions
and
3 deletions
target-mips/mips-defs.h
... | ... | @@ -18,9 +18,9 @@ |
18 | 18 | #define TARGET_LONG_BITS 32 |
19 | 19 | #endif |
20 | 20 | |
21 | -/* Strictly follow the architecture standard: Disallow "special" | |
22 | - instruction handling for PMON/SPIM, force cycle-dependent | |
23 | - Count/Compare maintenance. */ | |
21 | +/* Strictly follow the architecture standard: | |
22 | + - Disallow "special" instruction handling for PMON/SPIM. | |
23 | + Note that we still maintain Count/Compare to match the host clock. */ | |
24 | 24 | //#define MIPS_STRICT_STANDARD 1 |
25 | 25 | |
26 | 26 | #endif /* !defined (__QEMU_MIPS_DEFS_H__) */ | ... | ... |