mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 08:58:18 +00:00
mips: fix some compilation warnings
This commit is contained in:
parent
4083b87032
commit
c59e06d798
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue