mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-04-24 12:22:16 +02: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__
|
||||
# include "tdep-aarch64/jmpbuf.h"
|
||||
#if defined __arm__
|
||||
#elif defined __arm__
|
||||
# include "tdep-arm/jmpbuf.h"
|
||||
#elif defined __hppa__
|
||||
# include "tdep-hppa/jmpbuf.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue