Fix ALIGNED_POINTER(). sizeof((u_int32_t)) is not legal C.

This commit is contained in:
Peter Wemm 2003-06-04 02:15:13 +00:00
parent c9192519e4
commit 7fc03ef474

View File

@ -87,7 +87,7 @@
#define ALIGNBYTES _ALIGNBYTES
#define ALIGN(p) _ALIGN(p)
#define ALIGNED_POINTER(p,t) _ALIGNED_POINTER((p),(t))
#define ALIGNED_POINTER(p,t) _ALIGNED_POINTER(p,t)
/* Size of the level 1 page table units */