]> Git Repo - qemu.git/commitdiff
m68k, linux-user: enable sigaltstack()
authorLaurent Vivier <[email protected]>
Mon, 3 Aug 2009 14:12:19 +0000 (16:12 +0200)
committerRiku Voipio <[email protected]>
Tue, 25 Aug 2009 14:15:34 +0000 (17:15 +0300)
As setup_frame() and setup_rt_frame() are now implemented we can now
enable sigaltstack().

Signed-off-by: Laurent Vivier <[email protected]>
Signed-off-by: Riku Voipio <[email protected]>
linux-user/syscall.c

index 603fec265d6f640d1d06ad9da87d12f4f9aa408c..1c3167ea224e05960e45d200f01d061512a377ad 100644 (file)
@@ -6111,7 +6111,8 @@ abi_long do_syscall(void *cpu_env, int num, abi_long arg1,
         goto unimplemented;
     case TARGET_NR_sigaltstack:
 #if defined(TARGET_I386) || defined(TARGET_ARM) || defined(TARGET_MIPS) || \
-    defined(TARGET_SPARC) || defined(TARGET_PPC) || defined(TARGET_ALPHA)
+    defined(TARGET_SPARC) || defined(TARGET_PPC) || defined(TARGET_ALPHA) || \
+    defined(TARGET_M68K)
         ret = do_sigaltstack(arg1, arg2, get_sp_from_cpustate((CPUState *)cpu_env));
         break;
 #else
This page took 0.029364 seconds and 4 git commands to generate.