]> Cypherpunks repositories - gostls13.git/commit
runtime: Fix bug due to elided return.
authorRick Hudson <rlh@golang.org>
Thu, 23 Apr 2015 20:28:15 +0000 (16:28 -0400)
committerRick Hudson <rlh@golang.org>
Fri, 24 Apr 2015 21:52:30 +0000 (21:52 +0000)
commitada8cdb9f68f2e3441af1c514f8fbe28a2e07387
tree3ddd9516d0d3f133ee5f1b18e644436c034df1f9
parentccc76dba606e2325ad82ac0b15fb5c511a342abd
runtime: Fix bug due to elided return.

A previous change to mbitmap.go dropped a return on a
path the seems not to be excersized. This was a mistake that
this CL fixes.

Change-Id: I715ee4ef08f5bf8d9f53cee84e8fb31a237e2d43
Reviewed-on: https://go-review.googlesource.com/9295
Reviewed-by: Austin Clements <austin@google.com>
src/runtime/mbitmap.go