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

7 lines
102 B
C
Raw Normal View History

2002-11-09 08:59:02 +01:00
void
unw_flush_cache (void)
{
/* this lets us flush caches lazily... */
++unw.cache_generation;
}