Code provision for n32/n64 mips userland emulation. Not functional yet.
[qemu] / linux-user / mips / target_signal.h
index d7611b0..514195c 100644 (file)
@@ -6,7 +6,7 @@
 /* this struct defines a stack used during syscall handling */
 
 typedef struct target_sigaltstack {
-       target_ulong ss_sp;
+       target_long ss_sp;
        target_ulong ss_size;
        target_long ss_flags;
 } target_stack_t;