]> Cypherpunks repositories - gostls13.git/commit
cmd/6c, cmd/8c, cmd/8g: fix print of pc (which is vlong).
authorShenghou Ma <minux.ma@gmail.com>
Thu, 13 Feb 2014 08:09:03 +0000 (03:09 -0500)
committerShenghou Ma <minux.ma@gmail.com>
Thu, 13 Feb 2014 08:09:03 +0000 (03:09 -0500)
commitca6186aa269eebf62d8a89d846a0eed4108e3b66
tree6a28a7ddf81598f9111249684b94e1618add1231
parenta3e3b8e9db553fb6870c9488e9817f4bd0bb9593
cmd/6c, cmd/8c, cmd/8g: fix print of pc (which is vlong).
While we're at it, fix a wrong for statement in cmd/8g.

LGTM=rsc
R=rsc, golang-codereviews
CC=golang-codereviews
https://golang.org/cl/62700044
src/cmd/6c/reg.c
src/cmd/8c/reg.c
src/cmd/8g/reg.c