Merge branch 'linux-libspl' into refs/top-bases/linux-zfs-branch
This commit is contained in:
commit
66391bec96
|
@ -69,7 +69,8 @@ extern void __assert(const char *, const char *, int);
|
||||||
char *__buf = alloca(256); \
|
char *__buf = alloca(256); \
|
||||||
(void) snprintf(__buf, 256, "%s %s %s (0x%llx %s 0x%llx)", \
|
(void) snprintf(__buf, 256, "%s %s %s (0x%llx %s 0x%llx)", \
|
||||||
#LEFT, #OP, #RIGHT, \
|
#LEFT, #OP, #RIGHT, \
|
||||||
(u_longlong_t)(LEFT), #OP, (u_longlong_t)(RIGHT)); \
|
(u_longlong_t)((TYPE)(LEFT)), #OP, \
|
||||||
|
(u_longlong_t)((TYPE)(RIGHT))); \
|
||||||
__assert(__buf, __FILE__, __LINE__); \
|
__assert(__buf, __FILE__, __LINE__); \
|
||||||
} \
|
} \
|
||||||
} while (0)
|
} while (0)
|
||||||
|
|
Loading…
Reference in New Issue