]> Cypherpunks repositories - gostls13.git/commit
runtime: make printf work on misaligned stack
authorRuss Cox <rsc@golang.org>
Fri, 4 Mar 2011 20:42:39 +0000 (15:42 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 4 Mar 2011 20:42:39 +0000 (15:42 -0500)
commite339d27db7e0166da7ae72d4731c966d0cab9478
tree991f5d0214b3492f7d9c9110847ebc3f6c2a3eed
parentc91daefb2489febd6fc738554d1539fb151404d6
runtime: make printf work on misaligned stack

(Shouldn't happen, but if it does, it's useful to be
able to use printf to debug it.)

R=r
CC=golang-dev
https://golang.org/cl/4250057
src/pkg/runtime/print.c