On 4/14/20 1:06 PM, Alex Bennée wrote: > From: Philippe Mathieu-Daudé <phi...@redhat.com> > > Since we now use a GByteArray, we can not use stfl_p() directly. > Introduce the gdb_get_float32() helper to load a float32 register. > > Fixes: a010bdbe719 ("extend GByteArray to read register helpers") > Signed-off-by: Philippe Mathieu-Daudé <phi...@redhat.com> > Signed-off-by: Alex Bennée <alex.ben...@linaro.org> > Message-Id: <20200414163853.12164-2-phi...@redhat.com> > --- > include/exec/gdbstub.h | 9 +++++++++ > target/sh4/gdbstub.c | 6 ++---- > 2 files changed, 11 insertions(+), 4 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~