From: Toni Wilen Date: Wed, 14 Dec 2022 18:38:27 +0000 (+0200) Subject: Clear nobreak memwatch variable X-Git-Tag: 41000~5 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=0df9fc950ed31b03fa99c00f21ecd7d2c0354ce0;p=francis%2Fwinuae.git Clear nobreak memwatch variable --- 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);