[runtime] sync parameter name in tramp-s390x.c (#20438)
commite5c662e5f88e1db263328416f7944c722a981570
authorDan Horák <dan@danny.cz>
Tue, 29 Sep 2020 18:28:56 +0000 (29 20:28 +0200)
committerGitHub <noreply@github.com>
Tue, 29 Sep 2020 18:28:56 +0000 (29 14:28 -0400)
tree14491505952251fc720187a48d36bc5360de8880
parent5530acc5166d118ee97127d6de597b1d9b414b94
[runtime] sync parameter name in tramp-s390x.c (#20438)

s390x uses 'method' as parameter name in mono_arch_get_unbox_trampoline()
in mono/mini/tramp-s390x.c, rename to 'm' to be in sync with other arches.

Fixes: https://github.com/mono/mono/issues/20437
mono/mini/tramp-s390x.c