Fix seq to work correctly on "Specified" mode

On Specified mode is expected that when seq is processed the value from
DOL0 (fixed or links) is set on LNK0, if SELN = 0 (and OFFS = 0).
This commit is contained in:
Gabriel Fedel
2020-02-13 11:42:27 +01:00
committed by Michael Davidsaver
parent d82529058a
commit 90c0f5c48d

View File

@@ -156,8 +156,6 @@ static long process(struct dbCommon *pcommon)
recGblSetSevr(prec, SOFT_ALARM, INVALID_ALARM);
return asyncFinish(prec);
}
if (grpn == 0)
return asyncFinish(prec);
lmask = 1 << grpn;
}