]> git.proxmox.com Git - qemu.git/blobdiff - user-exec.c
qxl: create slots on post_load in vga state
[qemu.git] / user-exec.c
index 14c0f251b4ea217cdec3f694ecde046ad130ceb8..abf688546ec187a905eb84cb97f9eaeeda071313 100644 (file)
@@ -102,7 +102,7 @@ static inline int handle_cpu_signal(unsigned long pc, unsigned long address,
     }
 
     /* see if it is an MMU fault */
-    ret = cpu_handle_mmu_fault(env, address, is_write, MMU_USER_IDX, 0);
+    ret = cpu_handle_mmu_fault(env, address, is_write, MMU_USER_IDX);
     if (ret < 0) {
         return 0; /* not an MMU fault */
     }