--- qemu/linux-user/sparc/syscall.h 2018/04/24 16:37:52 1.1 +++ qemu/linux-user/sparc/syscall.h 2018/04/24 16:48:13 1.1.1.2 @@ -1,9 +1,9 @@ struct target_pt_regs { - target_ulong psr; - target_ulong pc; - target_ulong npc; - target_ulong y; - target_ulong u_regs[16]; + abi_ulong psr; + abi_ulong pc; + abi_ulong npc; + abi_ulong y; + abi_ulong u_regs[16]; }; #define UNAME_MACHINE "sun4"