Revision 4d1165fa hw/pl011.c

b/hw/pl011.c
99 99
    case 18: /* UARTDMACR */
100 100
        return s->dmacr;
101 101
    default:
102
        cpu_abort (cpu_single_env, "pl011_read: Bad offset %x\n", offset);
102
        cpu_abort (cpu_single_env, "pl011_read: Bad offset %x\n", (int)offset);
103 103
        return 0;
104 104
    }
105 105
}
......
172 172
            cpu_abort(cpu_single_env, "PL011: DMA not implemented\n");
173 173
        break;
174 174
    default:
175
        cpu_abort (cpu_single_env, "pl011_write: Bad offset %x\n", offset);
175
        cpu_abort (cpu_single_env, "pl011_write: Bad offset %x\n", (int)offset);
176 176
    }
177 177
}
178 178

  

Also available in: Unified diff