]> git.proxmox.com Git - mirror_qemu.git/commitdiff
target-lm32: swap operand of wcsr in LOG_DIS()
authorMichael Walle <michael@walle.cc>
Wed, 12 Oct 2016 22:35:05 +0000 (00:35 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Fri, 28 Oct 2016 15:17:23 +0000 (18:17 +0300)
Be consistent with the reference manual.

Signed-off-by: Michael Walle <michael@walle.cc>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
target-lm32/translate.c

index dc64cc672618b599c1328714265a812fe4d2d3b0..fa8416a81b3e6ffad29ad799a6e653a020da9287 100644 (file)
@@ -865,7 +865,7 @@ static void dec_wcsr(DisasContext *dc)
 {
     int no;
 
-    LOG_DIS("wcsr r%d, %d\n", dc->r1, dc->csr);
+    LOG_DIS("wcsr %d, r%d\n", dc->csr, dc->r1);
 
     switch (dc->csr) {
     case CSR_IE: