From 22ab6dd329e69675fb1a213e2860c743539e7082 Mon Sep 17 00:00:00 2001 From: florian Date: Sat, 18 Jan 2020 11:37:57 +0000 Subject: [PATCH] * disabled mm procs again, they are not usable yet neither supposed to be used git-svn-id: trunk@43968 - --- rtl/i386/cpuh.inc | 4 +++- rtl/x86_64/cpuh.inc | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/rtl/i386/cpuh.inc b/rtl/i386/cpuh.inc index e56eac9212..87db9456b4 100644 --- a/rtl/i386/cpuh.inc +++ b/rtl/i386/cpuh.inc @@ -43,5 +43,7 @@ function fpc_x86_get_gs:longint;[internproc:fpc_in_x86_get_gs]; { include automatically generated procs } {$if not defined(VER3_0) and not defined(VER3_2)} -{$i cpummprocs.inc} +{ do not active yet, they are not usable yet neither is the naming fixed } +{ $i cpummprocs.inc} {$endif not VER3_0 and not VER3_2} + diff --git a/rtl/x86_64/cpuh.inc b/rtl/x86_64/cpuh.inc index 92c199e30e..f38c6d2b2c 100644 --- a/rtl/x86_64/cpuh.inc +++ b/rtl/x86_64/cpuh.inc @@ -34,5 +34,6 @@ function fpc_x86_get_gs:longint;[internproc:fpc_in_x86_get_gs]; { include automatically generated procs } {$if not defined(VER3_0) and not defined(VER3_2)} -{$i cpummprocs.inc} +{ do not active yet, they are not usable yet neither is the naming fixed } +{ $i cpummprocs.inc} {$endif not VER3_0 and not VER3_2}