Explorar o código

* fixed compilation on non-x86 after r8617

git-svn-id: trunk@8628 -
Jonas Maebe %!s(int64=18) %!d(string=hai) anos
pai
achega
0cbcf95ff2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/ncgadd.pas

+ 1 - 1
compiler/ncgadd.pas

@@ -144,8 +144,8 @@ interface
                 location_reset(left.location,LOC_MMREGISTER,left.location.size);
                 location_reset(left.location,LOC_MMREGISTER,left.location.size);
                 left.location.register := tmpreg;
                 left.location.register := tmpreg;
               end
               end
-{$endif x86}
             else
             else
+{$endif x86}
               begin
               begin
                 tmpreg := cg.getfpuregister(current_asmdata.CurrAsmList,left.location.size);
                 tmpreg := cg.getfpuregister(current_asmdata.CurrAsmList,left.location.size);
                 cg.a_loadfpu_loc_reg(current_asmdata.CurrAsmList,left.location.size,left.location,tmpreg);
                 cg.a_loadfpu_loc_reg(current_asmdata.CurrAsmList,left.location.size,left.location,tmpreg);