Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 325 → Rev 326

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