提交 bc281eff 编写于 作者: P Philippe Mathieu-Daudé 提交者: Peter Maydell

hw/arm/stellaris: Fix gptm_write() error message

Missed in df3692e0.
Signed-off-by: NPhilippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20180624040609.17572-16-f4bug@amsat.org
Reviewed-by: NPeter Maydell <peter.maydell@linaro.org>
Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
上级 637e5d86
......@@ -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);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册