compiler: pass gogo to Runtime::make_call
commit45a5ab0503569e57883dca4d8e76d83dc3a60ff6
authorIan Lance Taylor <iant@golang.org>
Fri, 20 Oct 2023 01:00:48 +0000 (19 18:00 -0700)
committerIan Lance Taylor <iant@golang.org>
Mon, 23 Oct 2023 21:07:53 +0000 (23 14:07 -0700)
tree3b71ffd6fc13f5ca67444894c6f17886e793141b
parentac50e9b72bf9bb6d5b28096bb164fb050db6e290
compiler: pass gogo to Runtime::make_call

This is a boilerplate change to pass gogo to Runtime::make_call.
It's not currently used but will be used by later CLs in this series.

Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/536640
gcc/go/gofrontend/MERGE
gcc/go/gofrontend/expressions.cc
gcc/go/gofrontend/expressions.h
gcc/go/gofrontend/gogo.cc
gcc/go/gofrontend/runtime.cc
gcc/go/gofrontend/runtime.h
gcc/go/gofrontend/statements.cc
gcc/go/gofrontend/statements.h
gcc/go/gofrontend/wb.cc