]> Git Repo - qemu.git/blobdiff - linux-user/arm/target_signal.h
Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)
[qemu.git] / linux-user / arm / target_signal.h
index d5181651438ab174d53dd4fec05e3b26fa39a4cf..2b3281312b33b5742051dfa204dadc2f5185e8fb 100644 (file)
@@ -6,9 +6,9 @@
 /* this struct defines a stack used during syscall handling */
 
 typedef struct target_sigaltstack {
-       target_ulong ss_sp;
-       target_long ss_flags;
-       target_ulong ss_size;
+       abi_ulong ss_sp;
+       abi_long ss_flags;
+       abi_ulong ss_size;
 } target_stack_t;
 
 
@@ -21,7 +21,7 @@ typedef struct target_sigaltstack {
 #define TARGET_MINSIGSTKSZ     2048
 #define TARGET_SIGSTKSZ                8192
 
-static inline target_ulong get_sp_from_cpustate(CPUARMState *state)
+static inline abi_ulong get_sp_from_cpustate(CPUARMState *state)
 {
    return state->regs[13];
 }
This page took 0.0209 seconds and 4 git commands to generate.