Restrict CP0_PerfCnt to legal values.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3476 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
3cbee15b9a
commit
1b6fd0bc55
@ -1971,7 +1971,7 @@ void op_mtc0_depc (void)
|
||||
|
||||
void op_mtc0_performance0 (void)
|
||||
{
|
||||
env->CP0_Performance0 = T0; /* XXX */
|
||||
env->CP0_Performance0 = T0 & 0x000007ff;
|
||||
RETURN();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user