mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 11:29:24 +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;
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user