[Tailcall] [arm] [jit] Fix moving tailcall parameters. (#12701)
commit257efc6374cbffb95d83dc9257b432d6ae3d80f6
authorThays Grazia <thaystg@gmail.com>
Fri, 1 Feb 2019 09:01:32 +0000 (1 07:01 -0200)
committerMarek Safar <marek.safar@gmail.com>
Fri, 1 Feb 2019 09:01:32 +0000 (1 10:01 +0100)
tree540f1a93a36150054ee1c4bc02ab6aaac0379358
parent8f5cef936491e8b20888bbf18d426482c890637c
[Tailcall] [arm] [jit] Fix moving tailcall parameters. (#12701)

* When moving parameters for tailcall, first copy the parameters using ARMREG_IP and after that get destination in ARMREG_IP, then it's not necessary the PUSH and POP to SP nor the saved_ip_offset.
Fixes #11489

* Removing unused variable.
mono/mini/mini-arm.c