mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 03:18:07 +00:00
Android PR integration
This commit is contained in:
@ -204,7 +204,7 @@ int main(int argc, char** argv) {
|
||||
|
||||
#if defined(__linux__)
|
||||
if (sched_setaffinity(0, sizeof(c), &c))
|
||||
PFATAL("sched_setaffinity failed");
|
||||
PFATAL("sched_setaffinity failed for cpu %d", i);
|
||||
#endif
|
||||
|
||||
util_perc = measure_preemption(CTEST_CORE_TRG_MS);
|
||||
|
Reference in New Issue
Block a user