mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 19:28:11 +00:00
qom/cpu: Silence an unused variable warning
This commit is contained in:
parent
4964bdcc29
commit
0f4ebf07d8
1 changed files with 0 additions and 1 deletions
|
@ -155,7 +155,6 @@ void cpu_reset(CPUState *cpu)
|
|||
static void cpu_common_reset(CPUState *cpu)
|
||||
{
|
||||
CPUClass *cc = CPU_GET_CLASS(cpu->uc, cpu);
|
||||
int i;
|
||||
|
||||
if (qemu_loglevel_mask(CPU_LOG_RESET)) {
|
||||
qemu_log("CPU Reset (CPU %d)\n", cpu->cpu_index);
|
||||
|
|
Loading…
Reference in a new issue