codetools: reverse RTTI paramlist for non i386 since fpc 2.5.1, bug #14443

git-svn-id: trunk@21660 -
This commit is contained in:
mattias 2009-09-12 09:47:01 +00:00
parent 8234b7d056
commit 55556f6131

View File

@ -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;