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

* compilation on x86-64 fixed

git-svn-id: trunk@38370 -
florian преди 7 години
родител
ревизия
2385c47c28
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      compiler/x86/nx86mat.pas

+ 2 - 0
compiler/x86/nx86mat.pas

@@ -688,6 +688,7 @@ DefaultDiv:
       end;
 
 
+{$ifdef SUPPORT_MMX}
     procedure tx86shlshrnode.second_mmx;
       var
         op         : TAsmOp;
@@ -780,5 +781,6 @@ DefaultDiv:
 
         location_freetemp(current_asmdata.CurrAsmList,right.location);
       end;
+{$endif SUPPORT_MMX}
 
 end.