From c59e06d798d20fa0a4d9611e7ea838811419b0fa Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Sat, 22 Oct 2016 13:36:37 +0800 Subject: [PATCH] mips: fix some compilation warnings --- qemu/target-mips/op_helper.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/qemu/target-mips/op_helper.c b/qemu/target-mips/op_helper.c index dd3276f8..e7b16cae 100644 --- a/qemu/target-mips/op_helper.c +++ b/qemu/target-mips/op_helper.c @@ -1797,8 +1797,8 @@ target_ulong helper_emt(void) target_ulong helper_dvpe(CPUMIPSState *env) { - struct uc_struct *uc = env->uc; - CPUState *other_cs = uc->cpu; + //struct uc_struct *uc = env->uc; + //CPUState *other_cs = uc->cpu; target_ulong prev = env->mvp->CP0_MVPControl; // TODO: #642 SMP groups @@ -1817,8 +1817,8 @@ target_ulong helper_dvpe(CPUMIPSState *env) target_ulong helper_evpe(CPUMIPSState *env) { - struct uc_struct *uc = env->uc; - CPUState *other_cs = uc->cpu; + //struct uc_struct *uc = env->uc; + //CPUState *other_cs = uc->cpu; target_ulong prev = env->mvp->CP0_MVPControl; // TODO: #642 SMP groups