Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 May 2002 00:10:12 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 11530 for review
Message-ID:  <200205190710.g4J7AC863904@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=11530

Change 11530 by peter@peter_ia64 on 2002/05/19 00:10:10

	remove hack now that dev/acpica/* is gcc-3.1 safe.  (This file
	is still on the vendor branch in cvs)

Affected files ...

... //depot/projects/ia64/sys/contrib/dev/acpica/acmacros.h#5 edit

Differences ...

==== //depot/projects/ia64/sys/contrib/dev/acpica/acmacros.h#5 (text+ko) ====

@@ -472,8 +472,7 @@
 
 #define ACPI_FUNCTION_NAME(a)           ACPI_DEBUG_PRINT_INFO _Dbg;     \
                                         _Dbg.ComponentId = _COMPONENT;  \
-                                        _Dbg.ProcName    =              \
-					   (NATIVE_CHAR *)(uintptr_t)a; \
+                                        _Dbg.ProcName    = a;           \
                                         _Dbg.ModuleName  = _THIS_MODULE;
 
 #define ACPI_FUNCTION_TRACE(a)          ACPI_FUNCTION_NAME(a)\

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205190710.g4J7AC863904>