diff --git a/src/ia64/Lflush_cache.c b/src/ia64/Lflush_cache.c new file mode 100644 index 00000000..af3e46cb --- /dev/null +++ b/src/ia64/Lflush_cache.c @@ -0,0 +1,4 @@ +#ifndef UNW_REMOTE_ONLY +#define UNW_LOCAL_ONLY +#include "Gflush_cache.c" +#endif