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 'pull-request-2022-11-23' of https://gitlab.com/thuth/qemu into staging
[qemu/ar7.git]
/
linux-user
/
sh4
/
target_signal.h
blob
eee6a1a7cda418c77e6fd9aee94e5c50eb9013d4
1
#ifndef SH4_TARGET_SIGNAL_H
2
#define SH4_TARGET_SIGNAL_H
3
4
#include
"../generic/signal.h"
5
6
#define TARGET_ARCH_HAS_SETUP_FRAME
7
#define TARGET_ARCH_HAS_SIGTRAMP_PAGE 1
8
9
#endif
/* SH4_TARGET_SIGNAL_H */