diff options
Diffstat (limited to 'hw/char/trace-events')
-rw-r--r-- | hw/char/trace-events | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/char/trace-events b/hw/char/trace-events index 3cbb55896b..2ce7f2f998 100644 --- a/hw/char/trace-events +++ b/hw/char/trace-events @@ -65,7 +65,7 @@ pl011_can_receive(uint32_t lcr, int read_count, int r) "LCR 0x%08x read_count %d pl011_put_fifo(uint32_t c, int read_count) "new char 0x%x read_count now %d" pl011_put_fifo_full(void) "FIFO now full, RXFF set" -# cmsdk_apb_uart.c +# cmsdk-apb-uart.c cmsdk_apb_uart_read(uint64_t offset, uint64_t data, unsigned size) "CMSDK APB UART read: offset 0x%" PRIx64 " data 0x%" PRIx64 " size %u" cmsdk_apb_uart_write(uint64_t offset, uint64_t data, unsigned size) "CMSDK APB UART write: offset 0x%" PRIx64 " data 0x%" PRIx64 " size %u" cmsdk_apb_uart_reset(void) "CMSDK APB UART: reset" |