mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-28 01:57:38 +01:00
6 lines
102 B
C
6 lines
102 B
C
void
|
|
unw_flush_cache (void)
|
|
{
|
|
/* this lets us flush caches lazily... */
|
|
++unw.cache_generation;
|
|
}
|