mirror of
https://github.com/xemu-project/xemu.git
synced 2024-12-11 21:44:04 +00:00
hw/arm/stellaris: Fix gptm_write() error message
Missed in df3692e04b
.
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20180624040609.17572-16-f4bug@amsat.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
637e5d86fc
commit
bc281efff6
@ -294,7 +294,7 @@ static void gptm_write(void *opaque, hwaddr offset,
|
||||
break;
|
||||
default:
|
||||
qemu_log_mask(LOG_GUEST_ERROR,
|
||||
"GPTM: read at bad offset 0x%x\n", (int)offset);
|
||||
"GPTM: write at bad offset 0x%x\n", (int)offset);
|
||||
}
|
||||
gptm_update_irq(s);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user