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:
committed by
Michael Davidsaver
parent
d82529058a
commit
90c0f5c48d
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user