Fixed all no-FPU bugs

svn path=/trunk/; revision=2250
This commit is contained in:
David Welch 2001-09-09 13:32:20 +00:00
parent 3ad515a2de
commit c4cd9be8de

View file

@ -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 */