mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
Fixed all no-FPU bugs
svn path=/trunk/; revision=2250
This commit is contained in:
parent
3ad515a2de
commit
c4cd9be8de
1 changed files with 0 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue