Fix sdb trampoline on Windows x64
commit98ff7adfc7a06630fb7ec04d1841417c81990493
authorcmp <cmp@melee.org>
Thu, 8 Oct 2015 12:21:13 +0000 (8 13:21 +0100)
committercmp <cmp@melee.org>
Thu, 8 Oct 2015 17:49:30 +0000 (8 18:49 +0100)
tree10980fee92a5b43342a9e6859657ec3d2dac4ed7
parente45764dbe3566bda48ed645ebe4da831e959c4bb
Fix sdb trampoline on Windows x64

On Windows x64 (and possibly other x64 systems) the offset between code
and the called function can be larger than 32 bits, but amd64_call_code
is just a wrapper around x86_call_code.
mono/mini/tramp-amd64.c