diff options
Diffstat (limited to 'hw')
-rw-r--r-- | hw/timer/slavio_timer.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/timer/slavio_timer.c b/hw/timer/slavio_timer.c index 5b2d20c..03e33fc 100644 --- a/hw/timer/slavio_timer.c +++ b/hw/timer/slavio_timer.c @@ -332,6 +332,10 @@ static const MemoryRegionOps slavio_timer_mem_ops = { .endianness = DEVICE_NATIVE_ENDIAN, .valid = { .min_access_size = 4, + .max_access_size = 8, + }, + .impl = { + .min_access_size = 4, .max_access_size = 4, }, }; |