runtime: fix makemap calls in __go_construct_map
authorIan Lance Taylor <ian@gcc.gnu.org>
Wed, 10 Jan 2018 15:04:21 +0000 (15:04 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Wed, 10 Jan 2018 15:04:21 +0000 (15:04 +0000)
commitc9edeca8b88d20afa80143302be64e2e625e707a
tree890926a27857f11a1772650766c7dac371679641
parent7b975de05c3d724c2e7e09474da6d160669fb341
runtime: fix makemap calls in __go_construct_map

    The signature of makemap changed with the update to 1.10beta1,
    but I forgot to update the call from C code.

    Reviewed-on: https://go-review.googlesource.com/87135

From-SVN: r256431
gcc/go/gofrontend/MERGE
libgo/runtime/go-construct-map.c