1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-11-28 01:57:38 +01:00
libunwind-eh_elf/src/ia64/unw_flush_cache.c
2002-11-09 07:59:02 +00:00

6 lines
102 B
C

void
unw_flush_cache (void)
{
/* this lets us flush caches lazily... */
++unw.cache_generation;
}