--- cci/d/entry/mneg.c 2019/07/28 12:24:19 1.1.1.1 +++ cci/d/entry/mneg.c 2019/07/28 12:30:42 1.1.1.2 @@ -168,7 +168,7 @@ static t_mnegl() asm("bispsw _init_flg"); asm("mnegl _source,r7"); /* memory to register */ asm("movpsl _psw"); /* Save psw */ - asm("movl r7,_dest") /* restore check location */ + asm("movl r7,_dest"); /* restore check location */ } if (index==2) { asm("movl $0x3,_subtst"); @@ -186,7 +186,7 @@ static t_mnegl() asm("bispsw _init_flg"); asm("mnegl r6,r7"); /* register to register */ asm("movpsl _psw"); /* Save psw */ - asm("movl r7,_dest") /* load result into dest */ + asm("movl r7,_dest"); /* load result into dest */ } if (index==4) { asm("movl $0x5,_subtst"); @@ -295,7 +295,7 @@ static t_mnegw() asm("movl $0xc,_subtst"); asm("bicpsw $FLAGS"); asm("bispsw _savvec4"); - asm("mnegw _source+2,_dest+2") /* data to memory */ + asm("mnegw _source+2,_dest+2"); /* data to memory */ asm("movpsl _psw"); /* Save psw */ } psw &= FLAGS; /* Mask out all bits except flag bits */