aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2000-03-23 18:46:44 +0000
committerBruce Evans <bde@FreeBSD.org>2000-03-23 18:46:44 +0000
commitca04fd5f6fddec0b64298121e6f904d93dbeb97d (patch)
tree38a8783d1ce3aa2531e199d32588b5d07d67eca7 /sys
parent9992d96f25e7ed4a3ab8c2d391732081179a15cf (diff)
Notes
Diffstat (limited to 'sys')
-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); \
}