Subversion Repositories HelenOS-historic

Rev

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

Rev 92 Rev 282
Line 30... Line 30...
30
#define __ia32_FPU_CONTEXT_H__
30
#define __ia32_FPU_CONTEXT_H__
31
 
31
 
32
#include <arch/types.h>
32
#include <arch/types.h>
33
 
33
 
34
struct fpu_context {
34
struct fpu_context {
-
 
35
    /* TODO: We need malloc that aligns structures on 16-byte boundary */
35
    __u8 fpu[512];      /* FXSAVE & FXRSTOR storage area */
36
    __u8 fpu[512+16];       /* FXSAVE & FXRSTOR storage area */
36
};
37
};
37
 
38
 
38
 
39
 
39
 
40
 
40
#endif
41
#endif