X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=hw%2Fomap_dss.c;fp=hw%2Fomap_dss.c;h=3a92d0a860dba59d9c4fe08f3a21a19b9704e6ab;hb=a03c3bde4e288e790eccfb8cd45abd8ecbf467dc;hp=a65f5f0bca5105eeade90aef88570b1fe6469de5;hpb=e2ffa1bf065fa199f27d661d495573e9d6059bf1;p=qemu diff --git a/hw/omap_dss.c b/hw/omap_dss.c index a65f5f0..3a92d0a 100644 --- a/hw/omap_dss.c +++ b/hw/omap_dss.c @@ -2190,7 +2190,7 @@ struct omap_dss_s *omap_dss_init(struct omap_mpu_state_s *mpu, void omap_rfbi_attach(struct omap_dss_s *s, int cs, struct rfbi_chip_s *chip) { if (cs < 0 || cs > 1) - cpu_abort(cpu_single_env, "%s: wrong CS %i\n", __FUNCTION__, cs); + hw_error("%s: wrong CS %i\n", __FUNCTION__, cs); s->rfbi.chip[cs] = chip; }