Index: libcfa/src/concurrency/coroutine.cfa
===================================================================
--- libcfa/src/concurrency/coroutine.cfa	(revision 5d3d281c4eabcd465b84b7b5001ee86b376872d1)
+++ libcfa/src/concurrency/coroutine.cfa	(revision 0cd168feb19ad0f03ac91f3787a06e392f60a55e)
@@ -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 );
