• Martin Möhrmann's avatar
    runtime: fix makemap64 function signature · 15d5fa02
    Martin Möhrmann authored
    During rebase of golang.org/cl/55152 the bucket argument
    which was removed in golang.org/cl/56290 from makemap
    was not removed from the argument list of makemap64.
    
    This did lead to "pointer in unallocated span" errors
    on 32bit platforms since the compiler did only generate
    calls to makemap64 without the bucket argument.
    
    Fixes #21568
    
    Change-Id: Ia964a3c285837cd901297f4e16e40402148f8c1c
    Reviewed-on: https://go-review.googlesource.com/57990Reviewed-by: 's avatarCherry Zhang <cherryyz@google.com>
    Run-TryBot: Cherry Zhang <cherryyz@google.com>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    15d5fa02
Name
Last commit
Last update
.github Loading commit data...
api Loading commit data...
doc Loading commit data...
lib/time Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...