target-lm32: swap operand of wcsr in LOG_DIS()
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>
This commit is contained in:
parent
95f7983bac
commit
49285e11d8
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user