mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Fixed all no-FPU bugs
svn path=/trunk/; revision=2250
This commit is contained in:
@@ -66,7 +66,6 @@ KiCheckFPU(VOID)
|
||||
cr0 = cr0 | 0x4;
|
||||
__asm__("movl %0, %%cr0\n\t" :
|
||||
: "a" (cr0));
|
||||
DbgPrint("No FPU detected\n");
|
||||
return;
|
||||
}
|
||||
/* FIXME: Do fsetpm */
|
||||
|
||||
Reference in New Issue
Block a user