Preserve FPU registers on context switch
Fixes: lp:1660546 * https://bugs.launchpad.net/kicad/+bug/1660546
This commit is contained in:
parent
6507dbf3ad
commit
4b5482eb5a
|
@ -81,7 +81,7 @@ extern "C" {
|
||||||
|
|
||||||
|
|
||||||
intptr_t LIBCONTEXT_CALL_CONVENTION jump_fcontext( fcontext_t* ofc, fcontext_t nfc,
|
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,
|
fcontext_t LIBCONTEXT_CALL_CONVENTION make_fcontext( void* sp, size_t size,
|
||||||
void (* fn)( intptr_t ) );
|
void (* fn)( intptr_t ) );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue