Add a thunk for calls from LLVM code to native functions on amd64, since the call...
authorZoltan Varga <vargaz@gmail.com>
Fri, 23 Nov 2012 09:01:10 +0000 (10:01 +0100)
committerZoltan Varga <vargaz@gmail.com>
Fri, 23 Nov 2012 09:01:20 +0000 (10:01 +0100)
commit81688d4189d955e49d77d0a945d3a60a9ee1c62e
tree50c6b310fa90b3418d0f9089e23e99c81bccd7f5
parent95f73a7d368cfed9380fad557a87b65cdde030f1
Add a thunk for calls from LLVM code to native functions on amd64, since the call displacement might exceed 32 bits. Hopefully fixes #8502.
mono/mini/mini-amd64.h
mono/mini/mini-llvm-cpp.cpp
mono/mini/mini-llvm.c
mono/mini/mini.h
mono/mini/tramp-amd64.c