mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 19:49:12 +02:00
* similiar fix for i386 as done in r34984 for x86-64
git-svn-id: trunk@35016 -
This commit is contained in:
parent
091b31fc76
commit
d0b2701693
@ -388,6 +388,10 @@ implementation
|
|||||||
cgsize2subreg:=R_SUBMMX;
|
cgsize2subreg:=R_SUBMMX;
|
||||||
OS_M256,OS_MS256:
|
OS_M256,OS_MS256:
|
||||||
cgsize2subreg:=R_SUBMMY;
|
cgsize2subreg:=R_SUBMMY;
|
||||||
|
OS_NO:
|
||||||
|
{ error message should have been thrown already before, so avoid only
|
||||||
|
an internal error }
|
||||||
|
cgsize2subreg:=R_SUBNONE;
|
||||||
else
|
else
|
||||||
internalerror(200301231);
|
internalerror(200301231);
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user