1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-28 12:11:45 +02:00

Fix ARM jmpbuf header include bug.

tdep/jmpbuf.h was not including arm-tdep/jmpbuf.h.
This commit is contained in:
credmon 2016-06-15 01:18:43 +00:00 committed by Dave Watson
parent 022bb326a2
commit c4accd6ea2

View file

@ -5,7 +5,7 @@
#if defined __aarch64__
# include "tdep-aarch64/jmpbuf.h"
#if defined __arm__
#elif defined __arm__
# include "tdep-arm/jmpbuf.h"
#elif defined __hppa__
# include "tdep-hppa/jmpbuf.h"