mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-22 19:39:18 +02:00
codetools: reverse RTTI paramlist for non i386 since fpc 2.5.1, bug #14443
git-svn-id: trunk@21660 -
This commit is contained in:
parent
8234b7d056
commit
55556f6131
@ -138,7 +138,7 @@ begin
|
||||
// prior to fpc 2.5.1 for non i386 platforms the RTTI is left to right
|
||||
{$ELSE}
|
||||
// since fpc 2.5.1 for non i386 platforms the RTTI is right to left
|
||||
Reverse:=true;
|
||||
Result:=true;
|
||||
{$ENDIF}
|
||||
{$ENDIF}
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user