Fix another mips32 warning.
authorAlex Rønne Petersen <alexrp@xamarin.com>
Wed, 19 Feb 2014 02:34:19 +0000 (03:34 +0100)
committerAlex Rønne Petersen <alexrp@xamarin.com>
Wed, 19 Feb 2014 02:34:48 +0000 (03:34 +0100)
mono/mini/exceptions-mips.c

index 6205a5afc7f71ac2b843c940e7013067580719e8..abfe26ce30021bdf7b6fa949ad21c3cff9180236 100644 (file)
@@ -498,7 +498,7 @@ mono_arch_monoctx_to_sigctx (MonoContext *mctx, void *sigctx)
 gpointer
 mono_arch_ip_from_context (void *sigctx)
 {
-       return (gpointer)UCONTEXT_REG_PC (sigctx);
+       return (gpointer)(gsize)UCONTEXT_REG_PC (sigctx);
 }
 
 /*