[jit] Cleanup the signature of the mono_arch_get_static_rgctx_trampoline () function...
authorZoltan Varga <vargaz@gmail.com>
Wed, 29 Mar 2017 09:38:30 +0000 (05:38 -0400)
committerGitHub <noreply@github.com>
Wed, 29 Mar 2017 09:38:30 +0000 (05:38 -0400)
commitb17b5f38d672410207727002890219484fca1dc7
treed31b3c25cc277a7516889a5b2b4f184545cc6cda
parent25765e8d978c044d4f5005fb73139bc1e9dfe099
[jit] Cleanup the signature of the mono_arch_get_static_rgctx_trampoline () function. (#4605)

Remove the unused MonoMethod argument, and rename the 'mrgctx' argument to 'arg', since it can be any value, not just
an mrgctx.
mono/mini/mini-trampolines.c
mono/mini/mini.h
mono/mini/tramp-amd64.c
mono/mini/tramp-arm.c
mono/mini/tramp-arm64.c
mono/mini/tramp-mips.c
mono/mini/tramp-ppc.c
mono/mini/tramp-s390x.c
mono/mini/tramp-x86.c