diff options
Diffstat (limited to 'hw/lm32_juart.c')
-rw-r--r-- | hw/lm32_juart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/lm32_juart.c b/hw/lm32_juart.c index fddcf7e..5454aa4 100644 --- a/hw/lm32_juart.c +++ b/hw/lm32_juart.c @@ -72,7 +72,7 @@ void lm32_juart_set_jtx(DeviceState *d, uint32_t jtx) s->jtx = jtx; if (s->chr) { - qemu_chr_write(s->chr, &ch, 1); + qemu_chr_fe_write(s->chr, &ch, 1); } } |