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