Commit 49285e11 authored by Michael Walle's avatar Michael Walle Committed by Michael Tokarev
Browse files

target-lm32: swap operand of wcsr in LOG_DIS()



Be consistent with the reference manual.

Signed-off-by: default avatarMichael Walle <michael@walle.cc>
Reviewed-by: default avatarPeter Maydell <peter.maydell@linaro.org>
Signed-off-by: default avatarMichael Tokarev <mjt@tls.msk.ru>
parent 95f7983b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: