Enable MI bits for gcc -ftest-coverage -fprofile-arcs on amd64.
This commit is contained in:
parent
3793bc5d48
commit
2bc3263ac9
@ -534,7 +534,8 @@ addupc_task(struct thread *td, uintptr_t pc, u_int ticks)
|
||||
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.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user