Plan 9 from Bell Labs’s /usr/web/sources/contrib/uriel/changes/2005/1211/5

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


@1134306103.0
 [rsc] --rw-rw-r-- M 84741 glenda sys 2928 Dec 11 07:50 sys/src/cmd/db/runpcs.c
	/n/sourcesdump/2005/1211/plan9/sys/src/cmd/db/runpcs.c:28,34 - 
	/n/sourcesdump/2005/1212/plan9/sys/src/cmd/db/runpcs.c:28,34
	  		rput(cormap, mach->pc, dot);
	  	dot = rget(cormap, mach->pc);
	  	flush();
	- 	while (--loopcnt >= 0) {
	+ 	while (loopcnt-- > 0) {
	  		if(loopcnt != 0)
	  			printpc();
	  		if (runmode == SINGLE) {


Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.