kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #36741
[PATCH 3/5] Revert "Preserve FPU registers on context switch"
This reverts commit 4b5482eb5a43b061a1aed3726ca067a09f227c98.
---
include/system/libcontext.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/system/libcontext.h b/include/system/libcontext.h
index 1a94ca2d1..a69fd9ef2 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 = true );
+ intptr_t vp, bool preserve_fpu = false );
fcontext_t LIBCONTEXT_CALL_CONVENTION make_fcontext( void* sp, size_t size,
void (* fn)( intptr_t ) );
References