Plan 9 from Bell Labs’s /usr/web/sources/contrib/uriel/changes/2005/1119/11

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


64-bit fixes.
 [jmk] --rw-rw-r-- M 107020 glenda sys 8706 Nov 19 20:18 sys/src/cmd/vl/pass.c
	/n/sourcesdump/2005/1119/plan9/sys/src/cmd/vl/pass.c:133,139 - 
	/n/sourcesdump/2005/1120/plan9/sys/src/cmd/vl/pass.c:133,139
	  				continue;
	  			/* size should be 19 max */
	  			if(strlen(s->name) >= 10)	/* has loader address */ 
	- 				sprint(literal, "$%lux.%lux", (long)s, p->from.offset);
	+ 				sprint(literal, "$%p.%lux", s, p->from.offset);
	  			else
	  				sprint(literal, "$%s.%d.%lux", s->name, s->version, p->from.offset);
	  		} else {


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.