From 53052f26a077076f936a50b171d1f7c7f2bde72c Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Mon, 18 Jan 2016 22:20:26 +0000 Subject: [PATCH] * 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 - --- compiler/x86/aasmcpu.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/x86/aasmcpu.pas b/compiler/x86/aasmcpu.pas index 8d1a859780..e43bc325a9 100644 --- a/compiler/x86/aasmcpu.pas +++ b/compiler/x86/aasmcpu.pas @@ -1707,7 +1707,7 @@ implementation 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 sym : tasmsymbol; md,s : byte;