aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/alpha/alpha/ipl_funcs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/alpha/ipl_funcs.c b/sys/alpha/alpha/ipl_funcs.c
index fd6f86e822e2..0995d17a5b6c 100644
--- a/sys/alpha/alpha/ipl_funcs.c
+++ b/sys/alpha/alpha/ipl_funcs.c
@@ -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); \
}