Loading hw/display/sm501.c +1 −0 Original line number Diff line number Diff line Loading @@ -797,6 +797,7 @@ static uint64_t sm501_system_config_read(void *opaque, hwaddr addr, break; case SM501_COMMAND_LIST_STATUS: ret = 0x00180002; /* FIFOs are empty, everything idle */ break; case SM501_IRQ_MASK: ret = s->irq_mask; break; Loading Loading
hw/display/sm501.c +1 −0 Original line number Diff line number Diff line Loading @@ -797,6 +797,7 @@ static uint64_t sm501_system_config_read(void *opaque, hwaddr addr, break; case SM501_COMMAND_LIST_STATUS: ret = 0x00180002; /* FIFOs are empty, everything idle */ break; case SM501_IRQ_MASK: ret = s->irq_mask; break; Loading