mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-01-11 19:43:42 +01:00
Move include of ia64intrin.h after include of "unwind_i.h".
(Logical change 1.48)
This commit is contained in:
parent
0cf429d971
commit
eb44c3a6d5
1 changed files with 2 additions and 2 deletions
|
@ -23,12 +23,12 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
||||||
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||||
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||||
|
|
||||||
|
#include "unwind_i.h"
|
||||||
|
|
||||||
#ifdef HAVE_IA64INTRIN_H
|
#ifdef HAVE_IA64INTRIN_H
|
||||||
# include <ia64intrin.h>
|
# include <ia64intrin.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "unwind_i.h"
|
|
||||||
|
|
||||||
void
|
void
|
||||||
unw_flush_cache (unw_addr_space_t as, unw_word_t lo, unw_word_t hi)
|
unw_flush_cache (unw_addr_space_t as, unw_word_t lo, unw_word_t hi)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue