Fix breakage from last commit- macro was broken. I appreciate the

committer's fixing things for alpha, but I sure wish they could
have compiled on one!
This commit is contained in:
Matt Jacob 2000-01-16 19:02:29 +00:00
parent c0927dd219
commit be13abf9a0

View File

@ -73,9 +73,9 @@ static __inline int name(void) \
} \
\
static __inline int \
is_##name(void) \
is_##name(void) \
{ \
return (getcpl() >= ALPHA_PSL_IP_L##pri); \
return (getcpl() >= ALPHA_PSL_IPL_##pri); \
}
SPLUP(splsoftcam, SOFT)