projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4386f08
)
target-mips: Fix formatting in `decode_extended_mips16_opc'
author
Maciej W. Rozycki
<macro@codesourcery.com>
Wed, 5 Nov 2014 15:34:00 +0000
(15:34 +0000)
committer
Leon Alrae
<leon.alrae@imgtec.com>
Tue, 16 Dec 2014 12:45:19 +0000
(12:45 +0000)
Signed-off-by: Maciej W. Rozycki <macro@codesourcery.com>
Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
target-mips/translate.c
patch
|
blob
|
history
diff --git
a/target-mips/translate.c
b/target-mips/translate.c
index f0b8e6ffe4e3a98e23d7992a2974af2239de84f1..643214aad75ddbfc74932a7669a2b944e4d38055 100644
(file)
--- a/
target-mips/translate.c
+++ b/
target-mips/translate.c
@@
-11099,7
+11099,7
@@
static int decode_extended_mips16_opc (CPUMIPSState *env, DisasContext *ctx)
break;
#if defined(TARGET_MIPS64)
case M16_OPC_LD:
-
check_mips_64(ctx);
+ check_mips_64(ctx);
gen_ld(ctx, OPC_LD, ry, rx, offset);
break;
#endif