--- np2/i386c/ia32/groups.c 2004/02/20 16:09:04 1.5 +++ np2/i386c/ia32/groups.c 2011/01/15 17:17:23 1.8 @@ -1,5 +1,3 @@ -/* $Id: groups.c,v 1.5 2004/02/20 16:09:04 monaka Exp $ */ - /* * Copyright (c) 2002-2003 NONAKA Kimihiro * All rights reserved. @@ -12,8 +10,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 +154,7 @@ Grp2_EbIb(void) UINT8 *out; UINT32 madr; UINT32 op; - UINT cl; + UINT32 cl; int idx; GET_PCBYTE(op); @@ -184,7 +180,7 @@ Grp2_EwIb(void) UINT16 *out; UINT32 madr; UINT32 op; - UINT cl; + UINT32 cl; int idx; GET_PCBYTE(op); @@ -210,7 +206,7 @@ Grp2_EdIb(void) UINT32 *out; UINT32 madr; UINT32 op; - UINT cl; + UINT32 cl; int idx; GET_PCBYTE(op); @@ -287,7 +283,7 @@ Grp2_EbCL(void) UINT8 *out; UINT32 madr; UINT32 op; - UINT cl; + UINT32 cl; int idx; GET_PCBYTE(op); @@ -315,7 +311,7 @@ Grp2_EwCL(void) UINT16 *out; UINT32 madr; UINT32 op; - UINT cl; + UINT32 cl; int idx; GET_PCBYTE(op); @@ -343,7 +339,7 @@ Grp2_EdCL(void) UINT32 *out; UINT32 madr; UINT32 op; - UINT cl; + UINT32 cl; int idx; GET_PCBYTE(op);