[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/4] linux-user/arm: Split out emulate_arm_fpa11
|
From: |
Peter Maydell |
|
Subject: |
Re: [PATCH 1/4] linux-user/arm: Split out emulate_arm_fpa11 |
|
Date: |
Fri, 23 Apr 2021 18:14:31 +0100 |
On Fri, 23 Apr 2021 at 17:58, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> Pull out the fpa11 emulation to a helper function.
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
> linux-user/arm/cpu_loop.c | 153 +++++++++++++++++++++++---------------
> 1 file changed, 94 insertions(+), 59 deletions(-)
>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM