fixed fpc 2.1.1 compilation

git-svn-id: trunk@8864 -
This commit is contained in:
vincents 2006-03-03 21:36:21 +00:00
parent 841106f0ca
commit f500ae6647

View File

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