]> Cypherpunks repositories - gostls13.git/commit
runtime: error formatting fix
authorAustin Clements <austin@google.com>
Fri, 19 Apr 2019 21:39:11 +0000 (17:39 -0400)
committerAustin Clements <austin@google.com>
Mon, 22 Apr 2019 14:08:47 +0000 (14:08 +0000)
commitdb42bb3b70fe82e9d33011fb36b4171897663ccf
tree5bfb002bc1dddbb753673fe4026488760900f1ee
parent68d4b1265ec7915dccfccf6c0e32f9ab2d9c3a86
runtime: error formatting fix

g.m is an muintptr, but we want to print it in hex like a pointer.

Change-Id: Ifc48ed77fb2e93cff7a49d98adc7b9679d26c3b1
Reviewed-on: https://go-review.googlesource.com/c/go/+/172988
Run-TryBot: Austin Clements <austin@google.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/proc.go