Preserve FPU registers on context switch

Fixes: lp:1660546
* https://bugs.launchpad.net/kicad/+bug/1660546
This commit is contained in:
Maciej Suminski 2017-04-24 00:01:52 +02:00
parent 6507dbf3ad
commit 4b5482eb5a
1 changed files with 1 additions and 1 deletions

View File

@ -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 ) );