Subversion Repositories HelenOS-historic

Rev

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

Rev 827 Rev 906
Line 46... Line 46...
46
        "frstor %0"
46
        "frstor %0"
47
        : "=m"(*fctx)
47
        : "=m"(*fctx)
48
        );
48
        );
49
}
49
}
50
 
50
 
51
void fpu_init(fpu_context_t *fctx)
51
void fpu_init()
52
{
52
{
53
    __asm__ volatile (
53
    __asm__ volatile (
54
        "fninit;"
54
        "fninit;"
55
    );
55
    );
56
}
56
}