Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)
[qemu] / linux-user / arm / syscall.h
index 1d508f0..e7f2e8d 100644 (file)
@@ -3,7 +3,7 @@
    stack during a system call. */
 
 struct target_pt_regs {
-    target_long uregs[18];
+    abi_long uregs[18];
 };
 
 #define ARM_cpsr       uregs[16]