diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-04-09 14:15:41 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-04-09 14:15:41 +0000 |
commit | 4e7a4a4e84998ec1e57d6e2b466db1bee462002e (patch) | |
tree | 9e919f2f938e1d9f99a3627ab2a15cf38234ebab /target-mips/translate.c | |
parent | 62c5609aa537a9c7f3c70e4baa5e67060368baa3 (diff) |
Mark watchpoint features as unimplemented.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2643 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-mips/translate.c')
-rw-r--r-- | target-mips/translate.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-mips/translate.c b/target-mips/translate.c index e5eff065af..a1af8ab3b5 100644 --- a/target-mips/translate.c +++ b/target-mips/translate.c @@ -5406,6 +5406,7 @@ void cpu_reset (CPUMIPSState *env) env->CP0_EBase = 0x80000000; env->CP0_Status = (1 << CP0St_BEV) | (1 << CP0St_ERL); env->CP0_WatchLo = 0; + env->CP0_WatchHi = 0; /* Count register increments in debug mode, EJTAG version 1 */ env->CP0_Debug = (1 << CP0DB_CNT) | (0x1 << CP0DB_VER); #endif |