Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 281 → Rev 282

/SPARTAN/trunk/arch/ia32/src/fpu_context.c
54,7 → 54,6
"fnsave %0"
: "=m"(*fctx)
);
return;
}
 
void fpu_lazy_context_restore(fpu_context_t *fctx)
63,7 → 62,6
"frstor %0"
: "=m"(*fctx)
);
return;
}
 
void fpu_init(void)