Revision 0123c486

b/target-s390x/helper.c
617 617

  
618 618
static void do_io_interrupt(CPUS390XState *env)
619 619
{
620
    uint64_t mask, addr;
620
    uint64_t mask = 0, addr = 0;
621 621
    LowCore *lowcore;
622 622
    IOIntQueue *q;
623 623
    uint8_t isc;

Also available in: Unified diff