qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH for-6.2 5/7] linux-user: Provide new force_sig_fault() functi


From: Peter Maydell
Subject: Re: [PATCH for-6.2 5/7] linux-user: Provide new force_sig_fault() function
Date: Mon, 16 Aug 2021 10:03:52 +0100

On Sun, 15 Aug 2021 at 21:10, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> On 8/13/21 3:18 AM, Peter Maydell wrote:
> > +void force_sig_fault(int sig, int code, abi_ulong addr)
>
> Better as abi_ptr?

I followed the same type used for 'addr' in the target_siginfo_t
struct definition.

-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]