Sign in
third-party-mirror
/
fuchsia-benchmarks
/
4d8f191f6f9b09beca24415d898f0c31e2b8db44
/
.
/
third_party
/
fuchsia-sdk
/
arch
/
arm64
/
sysroot
/
include
/
bits
/
setjmp.h
blob: d42af58df9acf530b25c067e1d5ba6db35970545 [
file
] [
log
] [
blame
]
#if defined(__x86_64__)
#include
"x86_64/setjmp.h"
#elif
defined
(
__aarch64__
)
#include
"aarch64/setjmp.h"
#else
#error
Unsupported
architecture
!
#endif