Revision 72cf2d4f cpu-exec.c

b/cpu-exec.c
202 202
    CPUWatchpoint *wp;
203 203

  
204 204
    if (!env->watchpoint_hit)
205
        TAILQ_FOREACH(wp, &env->watchpoints, entry)
205
        QTAILQ_FOREACH(wp, &env->watchpoints, entry)
206 206
            wp->flags &= ~BP_WATCHPOINT_HIT;
207 207

  
208 208
    if (debug_excp_handler)

Also available in: Unified diff