projects
/
external
/
libunwind.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add license file for Tizen SDK
[external/libunwind.git]
/
src
/
x86_64
/
Lregs.c
1
#define UNW_LOCAL_ONLY
2
#include <libunwind.h>
3
#if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY)
4
#include "Gregs.c"
5
#endif