From 9bf2bcda4e2255c65cfadd6dd602ac686d767f6b Mon Sep 17 00:00:00 2001 From: michaelangel007 Date: Mon, 20 Mar 2023 08:29:51 -0700 Subject: [PATCH] Cleanup alignment in _BWZ_List --- source/Debugger/Debug.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/Debugger/Debug.cpp b/source/Debugger/Debug.cpp index dd0946e2..497ab625 100644 --- a/source/Debugger/Debug.cpp +++ b/source/Debugger/Debug.cpp @@ -1954,11 +1954,11 @@ void _BWZ_List( const Breakpoint_t * aBreakWatchZero, const int iBWZ ) //, bool // (bZeroBased ? iBWZ + 1 : iBWZ), iBWZ, sEnabledFlags[ aBreakWatchZero[ iBWZ ].bEnabled ? 1 : 0 ], - sStopFlags[ aBreakWatchZero[ iBWZ ].bStop ? 1 : 0 ], - sTempFlags[ aBreakWatchZero[ iBWZ ].bTemp ? 1 : 0 ], - sHitFlags[ aBreakWatchZero[ iBWZ ].bHit ? 1 : 0 ], - aBreakWatchZero[ iBWZ ].nHitCount, - aBreakWatchZero[ iBWZ ].nAddress, + sStopFlags [ aBreakWatchZero[ iBWZ ].bStop ? 1 : 0 ], + sTempFlags [ aBreakWatchZero[ iBWZ ].bTemp ? 1 : 0 ], + sHitFlags [ aBreakWatchZero[ iBWZ ].bHit ? 1 : 0 ], + aBreakWatchZero[ iBWZ ].nHitCount, + aBreakWatchZero[ iBWZ ].nAddress, cBPM, sSymbol.c_str() );