mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue