|
@@ -42,4 +42,6 @@ function fpc_x86_get_fs:longint;[internproc:fpc_in_x86_get_fs];
|
|
function fpc_x86_get_gs:longint;[internproc:fpc_in_x86_get_gs];
|
|
function fpc_x86_get_gs:longint;[internproc:fpc_in_x86_get_gs];
|
|
|
|
|
|
{ include automatically generated procs }
|
|
{ include automatically generated procs }
|
|
-{$i cpummprocs.inc}
|
|
|
|
|
|
+{$if not defined(VER3_0) and not defined(VER3_2)}
|
|
|
|
+{$i cpummprocs.inc}
|
|
|
|
+{$endif not VER3_0 and not VER3_2}
|