mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-07 02:14:24 +00:00
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
This commit is contained in:
parent
2802bfe387
commit
19221bdaf8
@ -18,9 +18,9 @@
|
|||||||
#define TARGET_LONG_BITS 32
|
#define TARGET_LONG_BITS 32
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Strictly follow the architecture standard: Disallow "special"
|
/* Strictly follow the architecture standard:
|
||||||
instruction handling for PMON/SPIM, force cycle-dependent
|
- Disallow "special" instruction handling for PMON/SPIM.
|
||||||
Count/Compare maintenance. */
|
Note that we still maintain Count/Compare to match the host clock. */
|
||||||
//#define MIPS_STRICT_STANDARD 1
|
//#define MIPS_STRICT_STANDARD 1
|
||||||
|
|
||||||
#endif /* !defined (__QEMU_MIPS_DEFS_H__) */
|
#endif /* !defined (__QEMU_MIPS_DEFS_H__) */
|
||||||
|
Loading…
Reference in New Issue
Block a user