mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-17 13:47:37 +01:00
Fix ARM jmpbuf header include bug.
tdep/jmpbuf.h was not including arm-tdep/jmpbuf.h.
This commit is contained in:
parent
022bb326a2
commit
c4accd6ea2
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
#if defined __aarch64__
|
#if defined __aarch64__
|
||||||
# include "tdep-aarch64/jmpbuf.h"
|
# include "tdep-aarch64/jmpbuf.h"
|
||||||
#if defined __arm__
|
#elif defined __arm__
|
||||||
# include "tdep-arm/jmpbuf.h"
|
# include "tdep-arm/jmpbuf.h"
|
||||||
#elif defined __hppa__
|
#elif defined __hppa__
|
||||||
# include "tdep-hppa/jmpbuf.h"
|
# include "tdep-hppa/jmpbuf.h"
|
||||||
|
|
Loading…
Reference in a new issue