aboutsummaryrefslogtreecommitdiffstats
path: root/target-mips/translate.c
diff options
context:
space:
mode:
authorBhanu Chetlapalli <bhanu@mips.com>2012-01-31 16:26:04 -0800
committerBhanu Chetlapalli <bhanu@mips.com>2012-01-31 16:51:37 -0800
commit325e19d19ff9e1fc9c6acb12eeb754563fc2e251 (patch)
treea7cfa3b5eb666b9aefac8f8d38f2d6fe6dc92164 /target-mips/translate.c
parent409c7b66435cf5947cab6bf0710f92507317f22e (diff)
downloadexternal_qemu-325e19d19ff9e1fc9c6acb12eeb754563fc2e251.zip
external_qemu-325e19d19ff9e1fc9c6acb12eeb754563fc2e251.tar.gz
external_qemu-325e19d19ff9e1fc9c6acb12eeb754563fc2e251.tar.bz2
[MIPS] Tweak MIPS support to work in Android qemu framework
Change-Id: Icd617cb91fe87a6f88566dd57b6405b216ca3570 Signed-off-by: Chris Dearman <chris@mips.com>
Diffstat (limited to 'target-mips/translate.c')
-rw-r--r--target-mips/translate.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/target-mips/translate.c b/target-mips/translate.c
index d1d6f23..853aafd 100644
--- a/target-mips/translate.c
+++ b/target-mips/translate.c
@@ -8705,8 +8705,7 @@ void cpu_reset (CPUMIPSState *env)
env->exception_index = EXCP_NONE;
}
-void gen_pc_load(CPUState *env, TranslationBlock *tb,
- unsigned long searched_pc, int pc_pos, void *puc)
+void restore_state_to_opc(CPUState *env, TranslationBlock *tb, int pc_pos)
{
env->active_tc.PC = gen_opc_pc[pc_pos];
env->hflags &= ~MIPS_HFLAG_BMASK;