--- qemu/linux-user/sparc64/syscall.h 2018/04/24 16:37:52 1.1.1.1 +++ qemu/linux-user/sparc64/syscall.h 2018/04/24 16:48:11 1.1.1.2 @@ -1,10 +1,10 @@ struct target_pt_regs { - target_ulong u_regs[16]; - target_ulong tstate; - target_ulong pc; - target_ulong npc; - target_ulong y; - target_ulong fprs; + abi_ulong u_regs[16]; + abi_ulong tstate; + abi_ulong pc; + abi_ulong npc; + abi_ulong y; + abi_ulong fprs; }; #define UNAME_MACHINE "sun4u"