Browse Source

* compilation on 64 bit targets fixed

florian 1 year ago
parent
commit
240739e71d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/ncginl.pas

+ 1 - 1
compiler/ncginl.pas

@@ -759,8 +759,8 @@ implementation
         tempreg1, tempreg2: tregister;
 {$if not(defined(cpu64bitalu))}
         tempreg64: tregister64;
-        ovloc: tlocation;
 {$endif not(defined(cpu64bitalu))}
+        ovloc: tlocation;
       begin
         secondpass(left);
         hlcg.location_force_reg(current_asmdata.CurrAsmList,left.location,left.resultdef,left.resultdef,false);