mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-05 17:27:26 +01:00
* Add win32 workaround suggested by Peter.
git-svn-id: trunk@9795 -
This commit is contained in:
parent
1561d97465
commit
624bb8e7e1
@ -1098,6 +1098,7 @@ end;
|
||||
****************************************************************************}
|
||||
|
||||
{$ifndef darwin}
|
||||
{$if not (defined(VER2_0) or defined(VER2_2))}
|
||||
{$define FPC_SYSTEM_HAS_INT_STR_LONGWORD}
|
||||
{$define FPC_SYSTEM_HAS_INT_STR_LONGINT}
|
||||
|
||||
@ -1197,6 +1198,7 @@ str_int_shortcut:
|
||||
popl %edi
|
||||
popl %esi
|
||||
end;
|
||||
{$endif not (defined(VER2_0) or defined(VER2_2))}
|
||||
{$endif not darwin}
|
||||
|
||||
{****************************************************************************
|
||||
|
||||
Loading…
Reference in New Issue
Block a user