Fix egregious stupidity.

This commit is contained in:
mycroft 1993-06-14 15:35:14 +00:00
parent 6d58d97764
commit 60dfc2196f
1 changed files with 1 additions and 1 deletions

View File

@ -411,7 +411,7 @@ void pmsintr(unit)
case 2:
dy = inb(ioport + DATA) << 2;
dy >>= 2;
++state;
state = 0;
dy = -dy;