Cleanup alignment in _BWZ_List

This commit is contained in:
michaelangel007 2023-03-20 08:29:51 -07:00
parent 5287bfb409
commit 9bf2bcda4e
1 changed files with 5 additions and 5 deletions

View File

@ -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()
);