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: Richard Henderson
Subject: Re: [PATCH for-6.2 5/7] linux-user: Provide new force_sig_fault() function
Date: Mon, 16 Aug 2021 07:27:51 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

On 8/15/21 11:03 PM, Peter Maydell wrote:
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.

Fair enough.

r~



reply via email to

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