diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2020-03-26 10:38:29 +0100 |
---|---|---|
committer | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2020-07-11 11:02:05 +0200 |
commit | 19b293472f1514b5424ef4d9b092e02bd9b106c2 (patch) | |
tree | 53f91f8ecca76be9ebeacfec5d156dbb1fa9e8ba /include/sysemu | |
parent | 2e34e622c2cbda6828bbb395b6bdd4e0240b8217 (diff) |
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 'include/sysemu')
0 files changed, 0 insertions, 0 deletions