mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-19 07:37:12 +00:00
Fixed Coverity 'High Impact Outstanding' issues:
1489113 1489111 1489105 1489096 1489093 1489092 1486059 1486055 (false positive) 1486054 1486051 (false positive) 1486050 1486047 (false positive) 1486043 1446684
This commit is contained in:
@@ -7037,7 +7037,7 @@ Update_t CmdWatchAdd (int nArgs)
|
||||
if (iWatch == NO_6502_TARGET)
|
||||
{
|
||||
iWatch = 0;
|
||||
while ((iWatch < MAX_ZEROPAGE_POINTERS) && (g_aWatches[iWatch].bSet))
|
||||
while ((iWatch < MAX_WATCHES) && (g_aWatches[iWatch].bSet))
|
||||
{
|
||||
iWatch++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user