]> Cypherpunks repositories - gostls13.git/commit
runtime: add a missing hex conversion
authorShenghou Ma <minux@golang.org>
Tue, 25 Aug 2015 01:24:23 +0000 (21:24 -0400)
committerMinux Ma <minux@golang.org>
Tue, 25 Aug 2015 01:37:54 +0000 (01:37 +0000)
commit24be0997a20ee7b45dde76dee78404ee9cd9cae7
tree404e9a7d5b965ae038e2dff72ee2860ccbb46f85
parent8286f18b94fe92d056fe0112b2e48f2409f49628
runtime: add a missing hex conversion

gobuf.g is a guintptr, so without hex(), it will be printed as
a decimal, which is not very helpful and inconsistent with how
other pointers are printed.

Change-Id: I7c0432e9709e90a5c3b3e22ce799551a6242d017
Reviewed-on: https://go-review.googlesource.com/13879
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/stack1.go