Commit 9f77c1cdcff154cfd095309bce37cea818b3226c
1 parent
6ad38722
Remove bogus instruction decode.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3433 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
0 additions
and
1 deletions
target-mips/translate.c
| @@ -5400,7 +5400,6 @@ static void gen_farith (DisasContext *ctx, uint32_t op1, | @@ -5400,7 +5400,6 @@ static void gen_farith (DisasContext *ctx, uint32_t op1, | ||
| 5400 | opn = "cvt.d.l"; | 5400 | opn = "cvt.d.l"; |
| 5401 | break; | 5401 | break; |
| 5402 | case FOP(38, 20): | 5402 | case FOP(38, 20): |
| 5403 | - case FOP(38, 21): | ||
| 5404 | check_cp1_64bitmode(ctx); | 5403 | check_cp1_64bitmode(ctx); |
| 5405 | GEN_LOAD_FREG_FTN(WT0, fs); | 5404 | GEN_LOAD_FREG_FTN(WT0, fs); |
| 5406 | GEN_LOAD_FREG_FTN(WTH0, fs); | 5405 | GEN_LOAD_FREG_FTN(WTH0, fs); |