Index: libcfa/src/concurrency/coroutine.cfa
===================================================================
--- libcfa/src/concurrency/coroutine.cfa	(revision 5d3d281c4eabcd465b84b7b5001ee86b376872d1)
+++ libcfa/src/concurrency/coroutine.cfa	(revision 5a0230867be33e5412eec9b87a205ff4cf6cd0a4)
@@ -81,5 +81,5 @@
 
 // helper for popping from coroutine's ehm buffer
-inline nonlocal_exception * pop_ehm_head( coroutine$ * this ) {
+static nonlocal_exception * pop_ehm_head( coroutine$ * this ) {
     lock( this->ehm_state.buffer_lock __cfaabi_dbg_ctx2 );
     nonlocal_exception * nl_ex = pop_head( this->ehm_state.ehm_buffer );
