repo.or.cz
/
qemu.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 'qemu-macppc-20230206' of https://github.com/mcayland/qemu into staging
[qemu.git]
/
linux-user
/
ppc
/
target_signal.h
blob
5be24e152b7ee9e5c1659223d87a19cfea0eed8e
1
#ifndef PPC_TARGET_SIGNAL_H
2
#define PPC_TARGET_SIGNAL_H
3
4
#include
"../generic/signal.h"
5
6
#if !defined(TARGET_PPC64)
7
#define TARGET_ARCH_HAS_SETUP_FRAME
8
#endif
9
#define TARGET_ARCH_HAS_SIGTRAMP_PAGE 1
10
11
#endif
/* PPC_TARGET_SIGNAL_H */