diff --git a/src/debug.cpp b/src/debug.cpp index 7c420d02..250d54af 100644 --- a/src/debug.cpp +++ b/src/debug.cpp @@ -469,7 +469,7 @@ void BreakHit(bool force = false) { //check to see whether we fall in any forbid zone for (int i = 0; i < numWPs; i++) { watchpointinfo& wp = watchpoint[i]; - if(!(wp.flags & WP_F)) + if(!(wp.flags & WP_F) || !(wp.flags & WP_E)) continue; if (condition(&wp)) diff --git a/vc/Help/fceux.hnd b/vc/Help/fceux.hnd index 9ab90efa..b0d54770 100644 Binary files a/vc/Help/fceux.hnd and b/vc/Help/fceux.hnd differ