mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-05 03:19:34 +01:00
fixed fpc 2.1.1 compilation
git-svn-id: trunk@8864 -
This commit is contained in:
parent
841106f0ca
commit
f500ae6647
@ -791,7 +791,11 @@ begin
|
|||||||
{$ifdef win32}
|
{$ifdef win32}
|
||||||
{ inside stack ? }
|
{ inside stack ? }
|
||||||
if (ptruint(p)>ptruint(get_frame)) and
|
if (ptruint(p)>ptruint(get_frame)) and
|
||||||
|
{$ifdef ver2_0}
|
||||||
(ptruint(p)<Win32StackTop) then
|
(ptruint(p)<Win32StackTop) then
|
||||||
|
{$else}
|
||||||
|
(p<StackTop) then
|
||||||
|
{$endif}
|
||||||
goto _exit;
|
goto _exit;
|
||||||
{$endif win32}
|
{$endif win32}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user