Subversion Repositories HelenOS-historic

Rev

Rev 103 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 103 Rev 309
Line 36... Line 36...
36
 
36
 
37
void fpu_context_restore(fpu_context_t *fctx)
37
void fpu_context_restore(fpu_context_t *fctx)
38
{
38
{
39
}
39
}
40
 
40
 
41
 
-
 
42
void fpu_lazy_context_save(fpu_context_t *fctx)
-
 
43
{
-
 
44
}
-
 
45
 
-
 
46
void fpu_lazy_context_restore(fpu_context_t *fctx)
-
 
47
{
-
 
48
}
-