Browse Source

* fixed compilation on non-x86 after r8617

git-svn-id: trunk@8628 -
Jonas Maebe 18 years ago
parent
commit
0cbcf95ff2
1 changed files with 1 additions and 1 deletions
  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);
                 left.location.register := tmpreg;
               end
-{$endif x86}
             else
+{$endif x86}
               begin
                 tmpreg := cg.getfpuregister(current_asmdata.CurrAsmList,left.location.size);
                 cg.a_loadfpu_loc_reg(current_asmdata.CurrAsmList,left.location.size,left.location,tmpreg);