-
Philippe Mathieu-Daudé authored
When converted to use GByteArray in commits 462474d7 and a010bdbe, the call to stfq_p() was removed. This call serialize a float. Since we now use a GByteArray, we can not use stfq_p() directly. Introduce the gdb_get_float64() helper to load a float64 register. Fixes: 462474d7 ("target/m68k: use gdb_get_reg helpers") Fixes: a010bdbe ("extend GByteArray to read register helpers") Signed-off-by:
Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by:
Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20200414163853.12164-3-philmd@redhat.com>
Message-Id: <20200430190122.4592-3-alex.bennee@linaro.org>Philippe Mathieu-Daudé authoredWhen converted to use GByteArray in commits 462474d7 and a010bdbe, the call to stfq_p() was removed. This call serialize a float. Since we now use a GByteArray, we can not use stfq_p() directly. Introduce the gdb_get_float64() helper to load a float64 register. Fixes: 462474d7 ("target/m68k: use gdb_get_reg helpers") Fixes: a010bdbe ("extend GByteArray to read register helpers") Signed-off-by:
Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by:
Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20200414163853.12164-3-philmd@redhat.com>
Message-Id: <20200430190122.4592-3-alex.bennee@linaro.org>
Loading