Merge pull request #2780 from alexanderkyte/seq_point_optimize
[mono.git] / mono / mini / mini-unwind.h
index ab690bf480797779f46c823999285c9b438a520c..3d14e9cde783e8bf6f3ae6e51a068a0f789f9c03 100644 (file)
@@ -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);