From: Geoff Norton Date: Tue, 10 Feb 2009 00:22:32 +0000 (-0000) Subject: 2009-02-09 Geoff Norton X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=fa16ff42748d844bbb59554932dd23e005780cfb;p=mono.git 2009-02-09 Geoff Norton * mini-s390.c: Fix the signature of emit_sig_cookie. svn path=/trunk/mono/; revision=126400 --- diff --git a/mono/mini/ChangeLog b/mono/mini/ChangeLog index be79d12d6d5..18a8c8ed6b1 100644 --- a/mono/mini/ChangeLog +++ b/mono/mini/ChangeLog @@ -14,6 +14,10 @@ * aot-compiler.c: Extract the image writing functionality into a separate module to reduce the size of this file. +2009-02-09 Geoff Norton + + * mini-s390.c: Fix the signature of emit_sig_cookie. + 2009-02-09 Zoltan Varga * aot-compiler.c (is_shared_got_patch): Add MONO_PATCH_INFO_IMAGE. diff --git a/mono/mini/mini-s390.c b/mono/mini/mini-s390.c index 25e081c0bc9..181a7ea0e39 100644 --- a/mono/mini/mini-s390.c +++ b/mono/mini/mini-s390.c @@ -358,7 +358,7 @@ static CallInfo * get_call_info (MonoCompile *, MonoMemPool *, MonoMethodSignatu static guchar * emit_float_to_int (MonoCompile *, guchar *, int, int, int, gboolean); gpointer mono_arch_get_lmf_addr (void); static guint8 * emit_load_volatile_registers(guint8 *, MonoCompile *); -static void emit_sig_cookie (MonoCompile *, MonoCallInst *, CallInfo *, int); +static void emit_sig_cookie (MonoCompile *, MonoCallInst *, CallInfo *); /*========================= End of Prototypes ======================*/