From 0df9fc950ed31b03fa99c00f21ecd7d2c0354ce0 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Wed, 14 Dec 2022 20:38:27 +0200 Subject: [PATCH] Clear nobreak memwatch variable --- debug.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/debug.cpp b/debug.cpp index acad8b84..1823e69d 100644 --- a/debug.cpp +++ b/debug.cpp @@ -4425,6 +4425,7 @@ static void memwatch (TCHAR **c) mwn->mustchange = 0; mwn->bus_error = 0; mwn->reportonly = false; + mwn->nobreak = false; ignore_ws (c); if (more_params (c)) { mwn->size = readhex(c, NULL); -- 2.47.3