Преглед на файлове

* compilation on 64 bit targets fixed

florian преди 1 година
родител
ревизия
240739e71d
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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);