mips: fix some compilation warnings

This commit is contained in:
Nguyen Anh Quynh 2016-10-22 13:36:37 +08:00
parent 4083b87032
commit c59e06d798

View file

@ -1797,8 +1797,8 @@ target_ulong helper_emt(void)
target_ulong helper_dvpe(CPUMIPSState *env) target_ulong helper_dvpe(CPUMIPSState *env)
{ {
struct uc_struct *uc = env->uc; //struct uc_struct *uc = env->uc;
CPUState *other_cs = uc->cpu; //CPUState *other_cs = uc->cpu;
target_ulong prev = env->mvp->CP0_MVPControl; target_ulong prev = env->mvp->CP0_MVPControl;
// TODO: #642 SMP groups // TODO: #642 SMP groups
@ -1817,8 +1817,8 @@ target_ulong helper_dvpe(CPUMIPSState *env)
target_ulong helper_evpe(CPUMIPSState *env) target_ulong helper_evpe(CPUMIPSState *env)
{ {
struct uc_struct *uc = env->uc; //struct uc_struct *uc = env->uc;
CPUState *other_cs = uc->cpu; //CPUState *other_cs = uc->cpu;
target_ulong prev = env->mvp->CP0_MVPControl; target_ulong prev = env->mvp->CP0_MVPControl;
// TODO: #642 SMP groups // TODO: #642 SMP groups