]> Cypherpunks repositories - gostls13.git/commit
runtime: fix build, divide by constant 0 is a compile-time error
authorKeith Randall <khr@golang.org>
Wed, 25 Feb 2015 21:38:42 +0000 (13:38 -0800)
committerKeith Randall <khr@golang.org>
Wed, 25 Feb 2015 21:39:54 +0000 (21:39 +0000)
commit35a59f5c996991a3e549bea88f90f65971ed4ada
tree78a26663572eff68383d7d28e6a9fddc953b4f71
parent972f364550cd4f180ae5d0af727b36c5d579d239
runtime: fix build, divide by constant 0 is a compile-time error

Change-Id: Iee319c9f5375c172fb599da77234c10ccb0fd314
Reviewed-on: https://go-review.googlesource.com/6020
Reviewed-by: Keith Randall <khr@golang.org>
src/runtime/mem_linux.go