repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'seabios-1.16.1-20221128-pull-request' of https://gitlab.com/kraxel/qemu...
[qemu/ar7.git]
/
linux-user
/
x86_64
/
target_signal.h
blob
9d9717406f3beed01ec56e2905562f9d3f87f880
1
#ifndef X86_64_TARGET_SIGNAL_H
2
#define X86_64_TARGET_SIGNAL_H
3
4
#include
"../generic/signal.h"
5
6
/* For x86_64, use of SA_RESTORER is mandatory. */
7
#define TARGET_ARCH_HAS_SIGTRAMP_PAGE 0
8
9
#endif
/* X86_64_TARGET_SIGNAL_H */