Fixed error reported by Alexander Söderqvist (Cosylab) when position command is to the same position that it is currently located, FLNK not processed.

This commit is contained in:
Ron Sluiter
2015-03-06 18:26:55 +00:00
parent 0ef39053aa
commit 606957579d
+1
View File
@@ -2449,6 +2449,7 @@ static long special(DBADDR *paddr, int after)
if (pmr->dmov == TRUE)
{
pmr->dmov = FALSE;
pmr->ldmv = pmr->dmov;
db_post_events(pmr, &pmr->dmov, DBE_VAL_LOG);
}
return(OK);