This commit is contained in:
michaelangel007 2023-03-20 19:57:23 -07:00
parent b06ae52f02
commit 3f47f6bedd

View File

@ -1327,7 +1327,7 @@ int CheckBreakpointsReg ()
switch (pBP->eSource)
{
case BP_SRC_REG_PC:
case BP_SRC_REG_PC:
bBreakpointHit = _CheckBreakpointValue( pBP, regs.pc );
break;
case BP_SRC_REG_A: