summaryrefslogtreecommitdiff
path: root/boost/context/fcontext.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/context/fcontext.hpp')
-rw-r--r--boost/context/fcontext.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/context/fcontext.hpp b/boost/context/fcontext.hpp
index d054df290c..2ebcd46e38 100644
--- a/boost/context/fcontext.hpp
+++ b/boost/context/fcontext.hpp
@@ -31,7 +31,7 @@ typedef void* fcontext_t;
extern "C" BOOST_CONTEXT_DECL
intptr_t BOOST_CONTEXT_CALLDECL jump_fcontext( fcontext_t * ofc, fcontext_t nfc,
- intptr_t vp, bool preserve_fpu = true);
+ intptr_t vp, bool preserve_fpu = false);
extern "C" BOOST_CONTEXT_DECL
fcontext_t BOOST_CONTEXT_CALLDECL make_fcontext( void * sp, std::size_t size, void (* fn)( intptr_t) );