From 2385c47c2880b7ea6af50245022ca20a4d734669 Mon Sep 17 00:00:00 2001
From: florian <florian@freepascal.org>
Date: Tue, 27 Feb 2018 21:54:12 +0000
Subject: [PATCH] * compilation on x86-64 fixed

git-svn-id: trunk@38370 -
---
 compiler/x86/nx86mat.pas | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/compiler/x86/nx86mat.pas b/compiler/x86/nx86mat.pas
index c1c8d635cf..6dc16bc9f5 100644
--- a/compiler/x86/nx86mat.pas
+++ b/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.