summary refs log tree commit diff stats
path: root/scripts/tracetool/backend/__init__.py
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>2020-03-26 10:38:29 +0100
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>2020-07-11 11:02:05 +0200
commit19b293472f1514b5424ef4d9b092e02bd9b106c2 (patch)
tree53f91f8ecca76be9ebeacfec5d156dbb1fa9e8ba /scripts/tracetool/backend/__init__.py
parent2e34e622c2cbda6828bbb395b6bdd4e0240b8217 (diff)
downloadfocaccia-qemu-19b293472f1514b5424ef4d9b092e02bd9b106c2.tar.gz
focaccia-qemu-19b293472f1514b5424ef4d9b092e02bd9b106c2.zip
target/avr/disas: Fix store instructions display order
While LOAD instructions use the target register as first
argument, STORE instructions use it as second argument:

  LD Rd, X        // Rd <- (X)

  ST Y, Rd        // (Y) <- Rr

Reported-by: Joaquin de Andres <me@xcancerberox.com.ar>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20200707070021.10031-4-f4bug@amsat.org>
Diffstat (limited to 'scripts/tracetool/backend/__init__.py')
0 files changed, 0 insertions, 0 deletions