* fixed compilation after cleaning up for r16272

git-svn-id: trunk@16280 -
This commit is contained in:
tom_at_work 2010-10-31 18:26:33 +00:00
parent b4c912bf92
commit f1a7cf78fe

View File

@ -1394,7 +1394,7 @@ var
href : treference;
paraloc : Pcgparalocation;
begin
if ((ioffset >= low(smallint)) and (ioffset < high(smallint)) then begin
if ((ioffset >= low(smallint)) and (ioffset < high(smallint))) then begin
{ the original method can handle this }
inherited g_adjust_self_value(list, procdef, ioffset);
exit;