Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 326 → Rev 325

/SPARTAN/trunk/arch/mips/include/fpu_context.h
32,8 → 32,10
#include <arch/types.h>
 
struct fpu_context {
__native dregs[32];
__native cregs[32];
/* TODO: define MIPS FPU context */
};
 
 
 
 
#endif