mirror of
https://github.com/mii443/qemu.git
synced 2025-12-16 17:18:49 +00:00
Fix compiler warnings in common files
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4405 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
@@ -640,7 +640,7 @@ int cpu_exec(CPUState *env1)
|
||||
jump. */
|
||||
{
|
||||
if (next_tb != 0 &&
|
||||
#if USE_KQEMU
|
||||
#ifdef USE_KQEMU
|
||||
(env->kqemu_enabled != 2) &&
|
||||
#endif
|
||||
tb->page_addr[1] == -1) {
|
||||
|
||||
Reference in New Issue
Block a user