mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 11:06:19 +02:00
* changed output parameter of process_ea_ref() from "out" to "var", as it is
already partially initialised by its caller (part of mantis #29439) git-svn-id: trunk@32968 -
This commit is contained in:
parent
30a3ad7538
commit
53052f26a0
@ -1707,7 +1707,7 @@ implementation
|
|||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function process_ea_ref(const input:toper;out output:ea;rfield:longint):boolean;
|
function process_ea_ref(const input:toper;var output:ea;rfield:longint):boolean;
|
||||||
var
|
var
|
||||||
sym : tasmsymbol;
|
sym : tasmsymbol;
|
||||||
md,s : byte;
|
md,s : byte;
|
||||||
|
Loading…
Reference in New Issue
Block a user