X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmini%2Fmini-unwind.h;h=3d14e9cde783e8bf6f3ae6e51a068a0f789f9c03;hb=fa7f66c939d6a52b951920d4f2616c898c5a8bc6;hp=ab690bf480797779f46c823999285c9b438a520c;hpb=8f7b98b9b23dd5cc42011cff5c5c31b32ae1b556;p=mono.git diff --git a/mono/mini/mini-unwind.h b/mono/mini/mini-unwind.h index ab690bf4807..3d14e9cde78 100644 --- a/mono/mini/mini-unwind.h +++ b/mono/mini/mini-unwind.h @@ -182,7 +182,7 @@ typedef struct { } MonoLLVMFDEInfo; void -mono_unwind_decode_llvm_mono_fde (guint8 *fde, int fde_len, guint8 *cie, guint8 *code, MonoLLVMFDEInfo *res); +mono_unwind_decode_llvm_mono_fde (guint8 *fde, int fde_len, guint8 *cie, guint8 *code, MonoLLVMFDEInfo *res) MONO_LLVM_INTERNAL; GSList* mono_unwind_get_cie_program (void);