[amd64] Make more inline functions in header static (#4869)
[mono.git] / mono / mini / exceptions-amd64.c
index 8314998fbc970f82ca0db4268a9da266b1152972..aeee1d4cbecf520fdfce4fa2bf967bc3e77d3e31 100644 (file)
@@ -1481,7 +1481,7 @@ mono_arch_unwindinfo_find_rt_func_in_table (const gpointer code, gsize code_size
        return found_rt_func;
 }
 
-inline PRUNTIME_FUNCTION
+static inline PRUNTIME_FUNCTION
 mono_arch_unwindinfo_find_pc_rt_func_in_table (const gpointer pc)
 {
        return mono_arch_unwindinfo_find_rt_func_in_table (pc, 0);