runtime: fix makemap calls in __go_construct_map
commit72ce1a746920e6f4548dc22b4d6f3451cf6c81c0
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 10 Jan 2018 15:04:21 +0000 (10 15:04 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 10 Jan 2018 15:04:21 +0000 (10 15:04 +0000)
tree890926a27857f11a1772650766c7dac371679641
parent7f8d0fa81e250a033a5933e85c9dfd71a40e2b11
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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@256431 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/go/gofrontend/MERGE
libgo/runtime/go-construct-map.c