Browse Source

* compilation on 64 bit targets fixed

florian 1 năm trước cách đây
mục cha
commit
240739e71d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);