diff --git a/source/Debugger/Debug.cpp b/source/Debugger/Debug.cpp index 0dd2de9e..57e0ba31 100644 --- a/source/Debugger/Debug.cpp +++ b/source/Debugger/Debug.cpp @@ -5782,7 +5782,7 @@ Update_t CmdOutputCalc (int nArgs) if (bParen) strText += '('; - if (bHi & bLo) + if (bHi && bLo) strText += "High Ctrl"; else if (bHi)