]> git.proxmox.com Git - mirror_qemu.git/blobdiff - bsd-user/i386/target_arch_cpu.h
target/i386: implement SYSCALL/SYSRET in 32-bit emulators
[mirror_qemu.git] / bsd-user / i386 / target_arch_cpu.h
index d792dc720f9e0754a4bfd51c082b404089912ce3..9bf2c4244b7dc59708329490bc59e18f0f62553c 100644 (file)
@@ -164,6 +164,10 @@ static inline void target_cpu_loop(CPUX86State *env)
             }
             break;
 
+        case EXCP_SYSCALL:
+            /* doesn't do anything */
+            break;
+
         case EXCP_INTERRUPT:
             /* just indicate that signals should be handled asap */
             break;