fixed 2nd arg of db_post_event for clcv

This commit is contained in:
Marty Kraimer
1995-08-18 15:11:35 +00:00
parent d2347c497c
commit 6c21758d23

View File

@@ -558,7 +558,7 @@ static long special(paddr,after)
db_post_events(pwait,&pwait->clcv,DBE_VALUE);
memcpy(pwait->rpcl,rpbuf,sizeof(pwait->rpcl));
db_post_events(pwait,pwait->calc,DBE_VALUE);
db_post_events(pwait,pwait->clcv,DBE_VALUE);
db_post_events(pwait,&pwait->clcv,DBE_VALUE);
return(0);
break;
default: