mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-28 16:22:39 +02:00
bugfix OS32
git-svn-id: branches/tg74/avx512@39650 -
This commit is contained in:
parent
d6bd114b74
commit
29690162b8
@ -2571,7 +2571,7 @@ implementation
|
||||
begin
|
||||
{ 16 bit address? }
|
||||
|
||||
if ((ir<>NR_NO) and (isub in [R_SUBMMX,R_SUBMMY,]R_SUBMMZ) and
|
||||
if ((ir<>NR_NO) and (isub in [R_SUBMMX,R_SUBMMY,R_SUBMMZ]) and
|
||||
(br<>NR_NO) and (bsub=R_SUBD)
|
||||
) then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user