diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-10-24 00:52:07 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-10-24 00:52:07 +0000 |
commit | 9f77c1cdcff154cfd095309bce37cea818b3226c (patch) | |
tree | f3a5e5ef6ad691e8619da747e5495f923ddfd1d5 /target-mips/translate.c | |
parent | 6ad3872210a45b6741803bd692ee0c38472d9392 (diff) | |
download | qemu-9f77c1cdcff154cfd095309bce37cea818b3226c.tar.gz qemu-9f77c1cdcff154cfd095309bce37cea818b3226c.tar.bz2 qemu-9f77c1cdcff154cfd095309bce37cea818b3226c.zip |
Remove bogus instruction decode.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3433 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-mips/translate.c')
-rw-r--r-- | target-mips/translate.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target-mips/translate.c b/target-mips/translate.c index 3a1f65c4c3..89fe5fe231 100644 --- a/target-mips/translate.c +++ b/target-mips/translate.c @@ -5400,7 +5400,6 @@ static void gen_farith (DisasContext *ctx, uint32_t op1, opn = "cvt.d.l"; break; case FOP(38, 20): - case FOP(38, 21): check_cp1_64bitmode(ctx); GEN_LOAD_FREG_FTN(WT0, fs); GEN_LOAD_FREG_FTN(WTH0, fs); |