Subversion Repositories HelenOS-historic

Rev

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

Rev 156 Rev 309
Line 35... Line 35...
35
 
35
 
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
 
-
 
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
 
-
 
49
}
-