icount: Take iothread lock when running QEMU timers
[qemu/ar7.git] / linux-user / aarch64 / target_signal.h
blob40e399d9908df7f5d53749f45db2c1f9387d0eb9
1 #ifndef AARCH64_TARGET_SIGNAL_H
2 #define AARCH64_TARGET_SIGNAL_H
4 #include "../generic/signal.h"
6 #define TARGET_SEGV_MTEAERR 8 /* Asynchronous ARM MTE error */
7 #define TARGET_SEGV_MTESERR 9 /* Synchronous ARM MTE exception */
9 #define TARGET_ARCH_HAS_SETUP_FRAME
10 #define TARGET_ARCH_HAS_SIGTRAMP_PAGE 1
12 #endif /* AARCH64_TARGET_SIGNAL_H */