1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-17 15:27:36 +00:00

GC the AMD64 special handling.

This commit is contained in:
David E. O'Brien 2003-12-26 06:11:43 +00:00
parent 0d2a853bee
commit ba49ba35a6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=123855

View File

@ -31,8 +31,7 @@
#ifdef _KERNEL
#define NULL (void *)0
#else
/* XXX remove the '|| defined(__amd64__)' case when the gcc33 port is updated */
#if defined(__LP64__) || defined(__amd64__)
#if defined(__LP64__)
#define NULL 0L
#else
#define NULL 0