Revision 4d1165fa hw/pl190.c

b/hw/pl190.c
139 139
    case 13: /* DEFVECTADDR */
140 140
        return s->vect_addr[16];
141 141
    default:
142
        cpu_abort (cpu_single_env, "pl190_read: Bad offset %x\n", offset);
142
        cpu_abort (cpu_single_env, "pl190_read: Bad offset %x\n", (int)offset);
143 143
        return 0;
144 144
    }
145 145
}
......
197 197
            cpu_abort(cpu_single_env, "pl190: Test mode not implemented\n");
198 198
        break;
199 199
    default:
200
        cpu_abort(cpu_single_env, "pl190_write: Bad offset %x\n", offset);
200
        cpu_abort(cpu_single_env, "pl190_write: Bad offset %x\n", (int)offset);
201 201
        return;
202 202
    }
203 203
    pl190_update(s);

Also available in: Unified diff