diff options
Diffstat (limited to 'hw/ssi/sifive_spi.c')
-rw-r--r-- | hw/ssi/sifive_spi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ssi/sifive_spi.c b/hw/ssi/sifive_spi.c index 03540cf..1b4a401 100644 --- a/hw/ssi/sifive_spi.c +++ b/hw/ssi/sifive_spi.c @@ -267,7 +267,7 @@ static void sifive_spi_write(void *opaque, hwaddr addr, case R_RXDATA: case R_IP: qemu_log_mask(LOG_GUEST_ERROR, - "%s: invalid write to read-only reigster 0x%" + "%s: invalid write to read-only register 0x%" HWADDR_PRIx " with 0x%x\n", __func__, addr << 2, value); break; |