On Tue, May 14, 2013 at 10:31 AM, Richard Henderson wrote:
> On 05/13/2013 09:32 PM, John Rigby wrote:
>> +#ifdef TARGET_AARCH64
>> + return state->sp;
>> +#else
>> return state->regs[13];
>> +#endif
>
> Merge error. You changed that to xreg[31].
Thanks, fixed locally for v5.
On 05/13/2013 09:32 PM, John Rigby wrote:
> +#ifdef TARGET_AARCH64
> + return state->sp;
> +#else
> return state->regs[13];
> +#endif
Merge error. You changed that to xreg[31].
r~
From: Andreas Schwab
This patch adds signal handling for AArch64. The code is based on the
respective source in the Linux kernel.
Signed-off-by: Andreas Schwab
Signed-off-by: Alexander Graf
Signed-off-by: John Rigby
---
Changes in v3:
- Remove unneeded __{put,get}__user error checking
- Fix