summary refs log tree commit diff stats
path: root/bsd-user/i386/target_arch_cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsd-user/i386/target_arch_cpu.h')
-rw-r--r--bsd-user/i386/target_arch_cpu.h4
1 files changed, 4 insertions, 0 deletions
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;