]> Git Repo - qemu.git/commit
target/avr/disas: Fix store instructions display order
authorPhilippe Mathieu-Daudé <[email protected]>
Thu, 26 Mar 2020 09:38:29 +0000 (10:38 +0100)
committerPhilippe Mathieu-Daudé <[email protected]>
Sat, 11 Jul 2020 09:02:05 +0000 (11:02 +0200)
commit19b293472f1514b5424ef4d9b092e02bd9b106c2
tree53f91f8ecca76be9ebeacfec5d156dbb1fa9e8ba
parent2e34e622c2cbda6828bbb395b6bdd4e0240b8217
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 <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Message-Id: <20200707070021[email protected]>
target/avr/disas.c
This page took 0.025265 seconds and 4 git commands to generate.