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: Richard Henderson
Subject: Re: [PULL 21/24] bsd-user: add arm target_signal.h
Date: Fri, 23 Apr 2021 16:19:40 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1

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...


r~



reply via email to

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