--- cci/d/entry/convert.c 2019/07/28 12:24:19 1.1 +++ cci/d/entry/convert.c 2019/07/28 12:30:48 1.1.1.2 @@ -466,7 +466,7 @@ static t_cvtwl1() asm("cvtwl r5,r6"); /* register to register operation */ asm("movpsl _psw"); /*save psw */ psw &= FLAGS; /*mask out all bits except flag bits */ - asm("movl r6,_source") /* reload source location */ + asm("movl r6,_source"); /* reload source location */ if (source != *p_expwl) { asm("movl $1,_ercode");