mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-04 19:19:26 +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}
|
||||
{ inside stack ? }
|
||||
if (ptruint(p)>ptruint(get_frame)) and
|
||||
{$ifdef ver2_0}
|
||||
(ptruint(p)<Win32StackTop) then
|
||||
{$else}
|
||||
(p<StackTop) then
|
||||
{$endif}
|
||||
goto _exit;
|
||||
{$endif win32}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user