Browse Source
Where both gdb_read/write_register() functions check for 'TARGET_LONG_BITS == 64' we can expand the following definitions: ldtul_p() -> ldq_p() gdb_get_regl() -> gdb_get_reg64() Do the same in i386_cpu_gdb_get_egprs(): check TARGET_LONG_BITS to effectively inline gdb_get_regl(). Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-ID: <20260219191955.83815-31-philmd@linaro.org>master
1 changed files with 6 additions and 4 deletions
Loading…
Reference in new issue