Add ia64 setjmp implementation to the list
This commit is contained in:
parent
f15f9c5029
commit
b764f436e7
1 changed files with 3 additions and 1 deletions
|
@ -8,6 +8,8 @@
|
|||
#include "./mips/setjmp.S"
|
||||
#elif defined(__powerpc__)
|
||||
#include "./powerpc/setjmp.S"
|
||||
#elif defined(__ia64__)
|
||||
#include "./ia64/setjmp.S"
|
||||
#else
|
||||
#error "Unknwon target cpu type"
|
||||
#error "Unknown target cpu type"
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue