mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 17:29:10 +02:00
* fixed compilation after cleaning up for r16272
git-svn-id: trunk@16280 -
This commit is contained in:
parent
b4c912bf92
commit
f1a7cf78fe
@ -1394,7 +1394,7 @@ var
|
|||||||
href : treference;
|
href : treference;
|
||||||
paraloc : Pcgparalocation;
|
paraloc : Pcgparalocation;
|
||||||
begin
|
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 }
|
{ the original method can handle this }
|
||||||
inherited g_adjust_self_value(list, procdef, ioffset);
|
inherited g_adjust_self_value(list, procdef, ioffset);
|
||||||
exit;
|
exit;
|
||||||
|
Loading…
Reference in New Issue
Block a user