]> git.proxmox.com Git - mirror_qemu.git/commit
target/tricore: Fix gdbstub write to address registers
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 12 Dec 2022 20:48:46 +0000 (14:48 -0600)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 18 Dec 2022 17:39:17 +0000 (09:39 -0800)
commit3b1371159cdb6f31d87fbb339853cc6a963ea6a1
tree29fc9974cf84cdf25daec42fa4edc71ee11f3e06
parentbc2331635ce18ff068d2bb1e493bc546e1f786e1
target/tricore: Fix gdbstub write to address registers

Typo had double-writes to data registers.

Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1363
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/tricore/gdbstub.c