Index: libcfa/src/concurrency/preemption.cfa
===================================================================
--- libcfa/src/concurrency/preemption.cfa	(revision 09ae8a65eaa83cc8c6f3e0773ff9480b3bd7bc03)
+++ libcfa/src/concurrency/preemption.cfa	(revision 778315e660d43917f3f4ba02d2e3140696327338)
@@ -10,6 +10,6 @@
 // Created On       : Mon Jun 5 14:20:42 2017
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Fri Nov  6 07:42:13 2020
-// Update Count     : 54
+// Last Modified On : Thu Feb 17 11:18:57 2022
+// Update Count     : 59
 //
 
@@ -243,5 +243,5 @@
 //----------
 // special case for preemption since used often
-bool __preemption_enabled() {
+__attribute__((optimize("no-reorder-blocks"))) bool __preemption_enabled() {
 	// create a assembler label before
 	// marked as clobber all to avoid movement
