mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-02-25 08:26:52 +00:00
target-mips: Silence unused function warning
This commit is contained in:
parent
1547048a22
commit
b5e765d562
|
@ -570,7 +570,7 @@ static bool mips_vpe_is_wfi(MIPSCPU *c)
|
||||||
return cpu->halted && mips_vpe_active(env);
|
return cpu->halted && mips_vpe_active(env);
|
||||||
}
|
}
|
||||||
|
|
||||||
static bool mips_vp_is_wfi(MIPSCPU *c)
|
static QEMU_UNUSED_FUNC bool mips_vp_is_wfi(MIPSCPU *c)
|
||||||
{
|
{
|
||||||
CPUState *cpu = CPU(c);
|
CPUState *cpu = CPU(c);
|
||||||
CPUMIPSState *env = &c->env;
|
CPUMIPSState *env = &c->env;
|
||||||
|
|
Loading…
Reference in a new issue