summaryrefslogtreecommitdiff
path: root/target-mips/op_helper.c
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2006-06-26 20:29:47 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2006-06-26 20:29:47 +0000
commit3e382bc84ce93df505b48fc4e305fcc5f4ac4567 (patch)
tree9ba7eb0542f104fafafdcc5d04a0e41fbd9a868e /target-mips/op_helper.c
parentbeac80cd437fb383eeaccc4224a4d7faebd77a23 (diff)
downloadqemu-3e382bc84ce93df505b48fc4e305fcc5f4ac4567.zip
consistent update of ERL and EXL
(Dirk Behme) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2028 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-mips/op_helper.c')
-rw-r--r--target-mips/op_helper.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/target-mips/op_helper.c b/target-mips/op_helper.c
index 37f260430c..bf397c9b44 100644
--- a/target-mips/op_helper.c
+++ b/target-mips/op_helper.c
@@ -219,10 +219,6 @@ void do_mfc0 (int reg, int sel)
T0 = env->CP0_Status;
if (env->hflags & MIPS_HFLAG_UM)
T0 |= (1 << CP0St_UM);
- if (env->hflags & MIPS_HFLAG_ERL)
- T0 |= (1 << CP0St_ERL);
- if (env->hflags & MIPS_HFLAG_EXL)
- T0 |= (1 << CP0St_EXL);
rn = "Status";
break;
case 13: