traverso-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Traverso-commit] traverso/src/common fpu.cc


From: Remon Sijrier
Subject: [Traverso-commit] traverso/src/common fpu.cc
Date: Thu, 08 Nov 2007 21:32:09 +0000

CVSROOT:        /sources/traverso
Module name:    traverso
Changes by:     Remon Sijrier <r_sijrier>       07/11/08 21:32:09

Modified files:
        src/common     : fpu.cc 

Log message:
        * use a printf() instead of a PERROR()

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/traverso/src/common/fpu.cc?cvsroot=traverso&r1=1.1&r2=1.2

Patches:
Index: fpu.cc
===================================================================
RCS file: /sources/traverso/traverso/src/common/fpu.cc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- fpu.cc      7 Nov 2007 22:02:47 -0000       1.1
+++ fpu.cc      8 Nov 2007 21:32:09 -0000       1.2
@@ -23,11 +23,10 @@
 
 #include <stdlib.h>
 #include <stdint.h>
+#include <stdio.h>
 
 #include <fpu.h>
 
-#include "Debugger.h"
-
 FPU::FPU ()
 {
        unsigned long cpuflags = 0;
@@ -83,7 +82,7 @@
                if (posix_memalign ((void**)&fxbuf, 16, 512)) 
 #endif                 
                {
-                       PERROR("cannot allocate 16 byte aligned buffer for h/w 
feature detection");
+                       printf("FPU() ERROR: cannot allocate 16 byte aligned 
buffer for h/w feature detection");
                } else {
                        
                        asm volatile (




reply via email to

[Prev in Thread] Current Thread [Next in Thread]