Revision 2ac71179 hw/pxa2xx_gpio.c

b/hw/pxa2xx_gpio.c
179 179
        return s->status[bank];
180 180

  
181 181
    default:
182
        cpu_abort(cpu_single_env,
183
                "%s: Bad offset " REG_FMT "\n", __FUNCTION__, offset);
182
        hw_error("%s: Bad offset " REG_FMT "\n", __FUNCTION__, offset);
184 183
    }
185 184

  
186 185
    return 0;
......
234 233
        break;
235 234

  
236 235
    default:
237
        cpu_abort(cpu_single_env,
238
                "%s: Bad offset " REG_FMT "\n", __FUNCTION__, offset);
236
        hw_error("%s: Bad offset " REG_FMT "\n", __FUNCTION__, offset);
239 237
    }
240 238
}
241 239

  

Also available in: Unified diff