summaryrefslogtreecommitdiffstats
path: root/libunwind/include
diff options
context:
space:
mode:
authorCharles Davis <cdavis5x@gmail.com>2018-08-08 15:18:22 +0000
committerCharles Davis <cdavis5x@gmail.com>2018-08-08 15:18:22 +0000
commitb006dafbef716d4392d52fd35879112ce2fb4d91 (patch)
tree711d5eca3a04da5f26ed61835f1b0ba5eeb9aef5 /libunwind/include
parent06acf1f638807ba9bb5037f66e275591add445c3 (diff)
downloadbcm5719-llvm-b006dafbef716d4392d52fd35879112ce2fb4d91.tar.gz
bcm5719-llvm-b006dafbef716d4392d52fd35879112ce2fb4d91.zip
Remove unneeded preprocessor condition.
llvm-svn: 339259
Diffstat (limited to 'libunwind/include')
-rw-r--r--libunwind/include/unwind.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/libunwind/include/unwind.h b/libunwind/include/unwind.h
index c24d6ab313b..05f5a16b825 100644
--- a/libunwind/include/unwind.h
+++ b/libunwind/include/unwind.h
@@ -379,20 +379,11 @@ extern void *__deregister_frame_info_bases(const void *fde)
#if defined(__SEH__) && !defined(__USING_SJLJ_EXCEPTIONS__)
// This is the common wrapper for GCC-style personality functions with SEH.
-#ifdef __x86_64__
-// The DISPATCHER_CONTEXT struct is only defined on x64.
extern EXCEPTION_DISPOSITION _GCC_specific_handler(PEXCEPTION_RECORD exc,
PVOID frame,
PCONTEXT ctx,
PDISPATCHER_CONTEXT disp,
_Unwind_Personality_Fn pers);
-#else
-extern EXCEPTION_DISPOSITION _GCC_specific_handler(PEXCEPTION_RECORD exc,
- PVOID frame,
- PCONTEXT ctx,
- PVOID disp,
- _Unwind_Personality_Fn pers);
-#endif
#endif
#ifdef __cplusplus
OpenPOWER on IntegriCloud