diff --git a/include/system/libcontext.h b/include/system/libcontext.h index 1cb5d718d6..b71e17d3cb 100644 --- a/include/system/libcontext.h +++ b/include/system/libcontext.h @@ -81,7 +81,7 @@ extern "C" { intptr_t LIBCONTEXT_CALL_CONVENTION jump_fcontext( fcontext_t* ofc, fcontext_t nfc, - intptr_t vp, bool preserve_fpu = false ); + intptr_t vp, bool preserve_fpu = true ); fcontext_t LIBCONTEXT_CALL_CONVENTION make_fcontext( void* sp, size_t size, void (* fn)( intptr_t ) );