X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=mono%2Fmini%2Fmini-llvm-cpp.h;h=f969274e4a7f6bfb211b13063d73dea5f51a61a2;hb=53c4a18a9f2de8865864052321a469e2ae89e806;hp=50e89e858eac7599384ee9a87b9561f61c354884;hpb=3125d1bdc7fff6fda299237149eef1d1672d6956;p=mono.git diff --git a/mono/mini/mini-llvm-cpp.h b/mono/mini/mini-llvm-cpp.h index 50e89e858ea..f969274e4a7 100644 --- a/mono/mini/mini-llvm-cpp.h +++ b/mono/mini/mini-llvm-cpp.h @@ -89,6 +89,9 @@ mono_llvm_set_preserveall_cc (LLVMValueRef func); void mono_llvm_set_call_preserveall_cc (LLVMValueRef call); +void +mono_llvm_set_call_notail (LLVMValueRef call); + _Unwind_Reason_Code mono_debug_personality (int a, _Unwind_Action b, uint64_t c, struct _Unwind_Exception *d, struct _Unwind_Context *e);