mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-03-23 02:55:06 +00:00
cpu-exec: Remove relic orphaned comment
This comment should have been deleted by commit 0ac087f1f3ae ("removed unused code") but somehow it is still here. There's no point to keep it. Backports commit c6f0d9f84c43ae973270df1a77482466558ee487 from qemu
This commit is contained in:
parent
1a768018c2
commit
0088ca994f
|
@ -215,8 +215,6 @@ int cpu_exec(struct uc_struct *uc, CPUState *cpu)
|
|||
break;
|
||||
}
|
||||
}
|
||||
/* reset soft MMU for next block (it can currently
|
||||
only be set by a memory fault) */
|
||||
} /* for(;;) */
|
||||
} else {
|
||||
#if defined(__clang__) || !QEMU_GNUC_PREREQ(4, 6)
|
||||
|
|
Loading…
Reference in a new issue