+ fix compilation by adding a Int32 type, no sure why it is needed

git-svn-id: branches/i8086@24055 -
This commit is contained in:
florian 2013-03-29 15:15:12 +00:00
parent fef7832790
commit 1ab42714c3

View File

@ -41,6 +41,8 @@ interface
{$endif symansistr}
PSymStr = ^TSymStr;
Int32 = Longint;
{ Integer type corresponding to pointer size }
{$ifdef cpu64bitaddr}
PUint = qword;