Enable MI bits for gcc -ftest-coverage -fprofile-arcs on amd64.

This commit is contained in:
tjr 2004-05-29 01:18:14 +00:00
parent 3793bc5d48
commit 2bc3263ac9

View File

@ -534,7 +534,8 @@ out:
PROC_UNLOCK(p); PROC_UNLOCK(p);
} }
#if defined(__i386__) && __GNUC__ >= 2 && !defined(__INTEL_COMPILER) #if (defined(__amd64__) || defined(__i386__)) && __GNUC__ >= 2 && \
!defined(__INTEL_COMPILER)
/* /*
* Support for "--test-coverage --profile-arcs" in GCC. * Support for "--test-coverage --profile-arcs" in GCC.
* *