Fix ALIGNED_POINTER(). sizeof((u_int32_t)) is not legal C.
This commit is contained in:
parent
c9192519e4
commit
7fc03ef474
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user