--- np2/i386c/ia32/groups.c 2004/02/20 16:09:04 1.5 +++ np2/i386c/ia32/groups.c 2005/03/12 12:32:54 1.7 @@ -1,4 +1,4 @@ -/* $Id: groups.c,v 1.5 2004/02/20 16:09:04 monaka Exp $ */ +/* $Id: groups.c,v 1.7 2005/03/12 12:32:54 monaka Exp $ */ /* * Copyright (c) 2002-2003 NONAKA Kimihiro @@ -12,8 +12,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -158,7 +156,7 @@ Grp2_EbIb(void) UINT8 *out; UINT32 madr; UINT32 op; - UINT cl; + UINT32 cl; int idx; GET_PCBYTE(op); @@ -184,7 +182,7 @@ Grp2_EwIb(void) UINT16 *out; UINT32 madr; UINT32 op; - UINT cl; + UINT32 cl; int idx; GET_PCBYTE(op); @@ -210,7 +208,7 @@ Grp2_EdIb(void) UINT32 *out; UINT32 madr; UINT32 op; - UINT cl; + UINT32 cl; int idx; GET_PCBYTE(op); @@ -287,7 +285,7 @@ Grp2_EbCL(void) UINT8 *out; UINT32 madr; UINT32 op; - UINT cl; + UINT32 cl; int idx; GET_PCBYTE(op); @@ -315,7 +313,7 @@ Grp2_EwCL(void) UINT16 *out; UINT32 madr; UINT32 op; - UINT cl; + UINT32 cl; int idx; GET_PCBYTE(op); @@ -343,7 +341,7 @@ Grp2_EdCL(void) UINT32 *out; UINT32 madr; UINT32 op; - UINT cl; + UINT32 cl; int idx; GET_PCBYTE(op);