Revision 43dc2a64 target-sh4/op_helper.c

b/target-sh4/op_helper.c
71 71
{
72 72
#ifdef CONFIG_USER_ONLY
73 73
    /* XXXXX */
74
    assert(0);
74
    cpu_abort(env, "Unhandled ldtlb");
75 75
#else
76 76
    cpu_load_tlb(env);
77 77
#endif

Also available in: Unified diff