Index: libcfa/src/exception.c
===================================================================
--- libcfa/src/exception.c	(revision 482fa089837a7d3df12335bf34196994a334a1ee)
+++ libcfa/src/exception.c	(revision ba7033003521f291764f087097d6dd687f88db90)
@@ -10,6 +10,6 @@
 // Created On       : Mon Jun 26 15:13:00 2017
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Thu Aug 20 23:45:45 2020
-// Update Count     : 27
+// Last Modified On : Fri Aug 21 11:27:56 2020
+// Update Count     : 29
 //
 
@@ -20,5 +20,5 @@
 
 // Implementation of the secret header is hardware dependent.
-#if !( defined( __x86_64 ) || defined( __i386 ) )
+#if defined( __x86_64 ) || defined( __i386 )
 #elif defined( __ARM_ARCH )
 #warning FIX ME: check if anything needed for ARM
@@ -297,5 +297,6 @@
 	abort();
 }
-#if 0
+
+#if defined( __x86_64 ) || defined( __i386 )
 // This is our personality routine. For every stack frame annotated with
 // ".cfi_personality 0x3,__gcfa_personality_v0" this function will be called twice when unwinding.
@@ -607,3 +608,3 @@
 
 #pragma GCC pop_options
-#endif // 0
+#endif // __x86_64 || __i386
