summaryrefslogtreecommitdiff
path: root/src/x86/Lregs.c
diff options
context:
space:
mode:
authorhomeip.net!davidm <homeip.net!davidm>2004-08-17 15:34:28 +0000
committerhomeip.net!davidm <homeip.net!davidm>2004-08-17 15:34:28 +0000
commit84472b4ae4cda694d030fdd86b3d28e362ea8388 (patch)
treeaa03162a50006ca0c20ff4691fe32f4f30c2bb22 /src/x86/Lregs.c
parentbe5949c45230cf5582559132b13e7567b30460b7 (diff)
downloadlibunwind-84472b4ae4cda694d030fdd86b3d28e362ea8388.tar.gz
Regenerate.
2004/08/17 16:32:23+02:00 homeip.net!davidm Rename: src/x86/Lregs-x86.c -> src/x86/Lregs.c (Logical change 1.241)
Diffstat (limited to 'src/x86/Lregs.c')
-rw-r--r--src/x86/Lregs.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/x86/Lregs.c b/src/x86/Lregs.c
index e69de29b..2c9c75cd 100644
--- a/src/x86/Lregs.c
+++ b/src/x86/Lregs.c
@@ -0,0 +1,5 @@
+#define UNW_LOCAL_ONLY
+#include <libunwind.h>
+#if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY)
+#include "Gregs.c"
+#endif