Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 57 → Rev 58

/SPARTAN/trunk/arch/ia32/src/fpu_context.c
29,7 → 29,10
*/
 
#include <fpu_context.h>
#include <arch.h>
#include <cpu.h>
 
 
void fpu_context_save(fpu_context_t *fctx)
{
}
37,6 → 40,8
 
void fpu_context_restore(fpu_context_t *fctx)
{
if(THREAD==CPU->arch.fpu_owner) reset_TS_flag();
else set_TS_flag();
}