fix cngetc() typeo.

This commit is contained in:
chuck 1996-05-26 20:42:58 +00:00
parent 9ba6417ed1
commit 8f19c1d045
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: zs.c,v 1.4 1996/04/26 19:00:22 chuck Exp $ */
/* $NetBSD: zs.c,v 1.5 1996/05/26 20:42:58 chuck Exp $ */
/*
* Copyright (c) 1995 Gordon W. Ross
@ -346,7 +346,7 @@ zs_getc(arg)
top:
/* Wait for a character to arrive. */
do {
*cs->cs_reg_csr;
rr0 = *cs->cs_reg_csr;
ZS_DELAY();
} while ((rr0 & ZSRR0_RX_READY) == 0);