diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2002-10-08 12:54:56 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2002-10-08 12:54:56 +0000 |
| commit | cee67b99803f7010622b951e97dfc2b07a04a4fc (patch) | |
| tree | af54085492de6e8b04ebfaf866963556a7404b25 /sys | |
| parent | de62287d075ff242fb3cf5ea2481c2338881fbd5 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/pc98/pc98/pcaudio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pc98/pc98/pcaudio.c b/sys/pc98/pc98/pcaudio.c index 10227284fa840..38f81a2a89a37 100644 --- a/sys/pc98/pc98/pcaudio.c +++ b/sys/pc98/pc98/pcaudio.c @@ -582,7 +582,7 @@ pcaintr(struct clockframe *frame) if (pca_status.current > 2) pca_status.current = 0; pca_status.buffer = pca_status.buf[pca_status.current]; - if (pca_sleep) + if (pca_sleep) wakeup(&pca_sleep); if (SEL_WAITING(&pca_status.wsel)) selwakeup(&pca_status.wsel); |
