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
target/i386: reimplement 0x0f 0x70-0x77, add AVX
[qemu.git]
/
linux-user
/
xtensa
/
target_signal.h
blob
e4b1bea5cb5dd3c81f51ddded0408e93722b52c5
1
#ifndef XTENSA_TARGET_SIGNAL_H
2
#define XTENSA_TARGET_SIGNAL_H
3
4
#include
"../generic/signal.h"
5
6
#define TARGET_ARCH_HAS_SIGTRAMP_PAGE 1
7
8
#endif