mirror of
https://github.com/qemu/qemu.git
synced 2025-08-09 01:50:43 +00:00
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;
|
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) {
|
switch (dc->csr) {
|
||||||
case CSR_IE:
|
case CSR_IE:
|
||||||
|
Loading…
Reference in New Issue
Block a user