Fixed my breakage of SPLASSERT() in rev.1.15. There was a stray semicolon
after "if ()".
This commit is contained in:
parent
9992d96f25
commit
ca04fd5f6f
@ -207,7 +207,7 @@ name##assert(const char *msg) \
|
||||
u_int cpl; \
|
||||
\
|
||||
cpl = getcpl(); \
|
||||
if (cpl < ALPHA_PSL_IPL_##pri); \
|
||||
if (cpl < ALPHA_PSL_IPL_##pri) \
|
||||
splassertfail("%s: not %s, cpl == %#x", \
|
||||
msg, __XSTRING(name) + 3, cpl); \
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user