qemu-devel
[Top][All Lists]
Advanced

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

Re: [PULL 21/24] bsd-user: add arm target_signal.h


From: Warner Losh
Subject: Re: [PULL 21/24] bsd-user: add arm target_signal.h
Date: Fri, 23 Apr 2021 17:47:26 -0600



On Fri, Apr 23, 2021 at 5:19 PM Richard Henderson <richard.henderson@linaro.org> wrote:
On 4/23/21 1:39 PM, imp@bsdimp.com wrote:
> +static inline abi_ulong get_sp_from_cpustate(CPUARMState *state)
> +{
> +    return state->regs[R_ESP];
> +}

Shall we just wait until arm actually compiles?
This won't, being a copy from x86...

OK. Fair point. I'll drop this for now and pick it up when more of the arm is in place. Good catch.
 

r~

reply via email to

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