mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-02-25 01:26:50 +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);
|
||||
}
|
||||
|
||||
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