projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
feeb3b6
)
target-mips: remove useless code in gen_st_cond()
author
Aurelien Jarno
<aurelien@aurel32.net>
Sun, 12 Jul 2009 13:09:01 +0000
(15:09 +0200)
committer
Aurelien Jarno
<aurelien@aurel32.net>
Sun, 12 Jul 2009 13:09:01 +0000
(15:09 +0200)
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-mips/translate.c
patch
|
blob
|
history
diff --git
a/target-mips/translate.c
b/target-mips/translate.c
index cc8b3299e4359dfd27dac37bdf0b9331efa8f5a5..2eee11bd6419e94ce6a42bbab5bda5b0bc2d6906 100644
(file)
--- a/
target-mips/translate.c
+++ b/
target-mips/translate.c
@@
-1186,7
+1186,6
@@
static void gen_st_cond (DisasContext *ctx, uint32_t opc, int rt,
}
MIPS_DEBUG("%s %s, %d(%s)", opn, regnames[rt], offset, regnames[base]);
tcg_temp_free(t1);
- gen_store_gpr(t0, rt);
tcg_temp_free(t0);
}