Revision 72cf2d4f target-microblaze/translate.c

b/target-microblaze/translate.c
1230 1230
{
1231 1231
    CPUBreakpoint *bp;
1232 1232

  
1233
    if (unlikely(!TAILQ_EMPTY(&env->breakpoints))) {
1234
        TAILQ_FOREACH(bp, &env->breakpoints, entry) {
1233
    if (unlikely(!QTAILQ_EMPTY(&env->breakpoints))) {
1234
        QTAILQ_FOREACH(bp, &env->breakpoints, entry) {
1235 1235
            if (bp->pc == dc->pc) {
1236 1236
                t_gen_raise_exception(dc, EXCP_DEBUG);
1237 1237
                dc->is_jmp = DISAS_UPDATE;

Also available in: Unified diff