1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-12-03 03:37:38 +01:00

Testing of UNW_CACHE_PER_THREAD caching policy is disabled

This commit is contained in:
Alexander Esilevich 2010-10-04 21:12:31 +07:00
parent aaf2bb259a
commit 44cb8e68d8

View file

@ -1500,10 +1500,11 @@ main (int argc, char **argv)
unw_set_caching_policy (unw_local_addr_space, UNW_CACHE_GLOBAL);
doit ();
if (verbose)
printf ("Caching: per-thread\n");
unw_set_caching_policy (unw_local_addr_space, UNW_CACHE_PER_THREAD);
doit ();
// UNW_CACHE_PER_THREAD is not yet implemented
// if (verbose)
// printf ("Caching: per-thread\n");
// unw_set_caching_policy (unw_local_addr_space, UNW_CACHE_PER_THREAD);
// doit ();
if (verbose)
printf ("SUCCESS\n");