]> git.proxmox.com Git - qemu.git/blobdiff - target-sh4/op_helper.c
Replace assert(0) with abort() or cpu_abort()
[qemu.git] / target-sh4 / op_helper.c
index 529df0ca9ed33b5b526ffc47cbdf4f0cc25f2689..2e5f5552a2da9d67ebc4f593aacccb01f9ea49a2 100644 (file)
@@ -71,7 +71,7 @@ void helper_ldtlb(void)
 {
 #ifdef CONFIG_USER_ONLY
     /* XXXXX */
-    assert(0);
+    cpu_abort(env, "Unhandled ldtlb");
 #else
     cpu_load_tlb(env);
 #endif