Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 826 → Rev 827

/kernel/trunk/arch/mips32/src/fpu_context.c
50,7 → 50,7
#endif
}
 
void fpu_init(void)
void fpu_init(fpu_context_t *fctx)
{
/* TODO: Zero all registers */
}