mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-12-01 02:37:39 +01:00
f176ad6fc6
Sadly, the conversion from Bitkeeper -> CVS -> git wasn't perfect. Or so it seems.
5 lines
134 B
C
5 lines
134 B
C
#define UNW_LOCAL_ONLY
|
|
#include <libunwind.h>
|
|
#if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY)
|
|
#include "Gget_fpreg.c"
|
|
#endif
|