Fixed all no-FPU bugs
authorDavid Welch <welch@cwcom.net>
Sun, 9 Sep 2001 13:32:20 +0000 (13:32 +0000)
committerDavid Welch <welch@cwcom.net>
Sun, 9 Sep 2001 13:32:20 +0000 (13:32 +0000)
svn path=/trunk/; revision=2250

reactos/ntoskrnl/ke/i386/fpu.c

index aaed3f7..f295014 100644 (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 */