Enable MI bits for gcc -ftest-coverage -fprofile-arcs on amd64.
This commit is contained in:
parent
3793bc5d48
commit
2bc3263ac9
@ -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.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user