]> Git Repo - qemu.git/blobdiff - hw/musicpal.c
Replace cpu_abort with hw_error
[qemu.git] / hw / musicpal.c
index fc227e97aab4ba7c3ecbb535fce1a829b1330c53..b698610b90a52745fc86e30539cd5e3db99a4b15 100644 (file)
@@ -875,7 +875,7 @@ static void lcd_refresh(void *opaque)
     LCD_REFRESH(32, (is_surface_bgr(s->ds->surface) ?
                      rgb_to_pixel32bgr : rgb_to_pixel32))
     default:
-        cpu_abort(cpu_single_env, "unsupported colour depth %i\n",
+        hw_error("unsupported colour depth %i\n",
                   ds_get_bits_per_pixel(s->ds));
     }
 
This page took 0.023643 seconds and 4 git commands to generate.