X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=bsd-user%2Fi386%2Ftarget_arch_cpu.h;h=9bf2c4244b7dc59708329490bc59e18f0f62553c;hb=63fd8ef080351357c0cb0644ed63fd3e2a8833a8;hp=d792dc720f9e0754a4bfd51c082b404089912ce3;hpb=6750485bf42a9917a29487aec899687669104e07;p=mirror_qemu.git diff --git a/bsd-user/i386/target_arch_cpu.h b/bsd-user/i386/target_arch_cpu.h index d792dc720f..9bf2c4244b 100644 --- a/bsd-user/i386/target_arch_cpu.h +++ b/bsd-user/i386/target_arch_cpu.h @@ -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;