mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2026-01-03 15:20:24 +01: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);
|
||||
}
|
||||
|
||||
static bool mips_vp_is_wfi(MIPSCPU *c)
|
||||
static QEMU_UNUSED_FUNC bool mips_vp_is_wfi(MIPSCPU *c)
|
||||
{
|
||||
CPUState *cpu = CPU(c);
|
||||
CPUMIPSState *env = &c->env;
|
||||
|
|
|
|||
Loading…
Reference in a new issue