Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/mono/mono/mini/mini.c')
-rw-r--r--src/mono/mono/mini/mini.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mono/mono/mini/mini.c b/src/mono/mono/mini/mini.c
index 1dbb295ae38..67c90ddac59 100644
--- a/src/mono/mono/mini/mini.c
+++ b/src/mono/mono/mini/mini.c
@@ -4405,7 +4405,7 @@ mini_class_is_system_array (MonoClass *klass)
*
* query pagesize used to determine if an implicit NRE can be used
*/
-int
+guint
mono_target_pagesize (void)
{
/* We could query the system's pagesize via mono_pagesize (), however there