2
0
Эх сурвалжийг харах

* disabled mm procs again, they are not usable yet neither supposed to be
used

git-svn-id: trunk@43968 -

florian 5 жил өмнө
parent
commit
22ab6dd329

+ 3 - 1
rtl/i386/cpuh.inc

@@ -43,5 +43,7 @@ function fpc_x86_get_gs:longint;[internproc:fpc_in_x86_get_gs];
 
 
 { include automatically generated procs }
 { include automatically generated procs }
 {$if not defined(VER3_0) and not defined(VER3_2)}
 {$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}
 {$endif not VER3_0 and not VER3_2}
+

+ 2 - 1
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 }
 { include automatically generated procs }
 {$if not defined(VER3_0) and not defined(VER3_2)}
 {$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}
 {$endif not VER3_0 and not VER3_2}