Skip to content

Commit

Permalink
2010-07-25 Zoltan Varga <vargaz@gmail.com>
Browse files Browse the repository at this point in the history
	* mini-trampolines.c (common_call_trampoline): Fix a warning.
  • Loading branch information
vargaz committed Jul 25, 2010
1 parent f6d5052 commit a8101ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions mono/mini/ChangeLog
@@ -1,3 +1,7 @@
2010-07-25 Zoltan Varga <vargaz@gmail.com>

* mini-trampolines.c (common_call_trampoline): Fix a warning.

2010-07-24 Zoltan Varga <vargaz@gmail.com>

* mini-s390x.c: Change the calling convention to pass this as first as on other
Expand Down
2 changes: 1 addition & 1 deletion mono/mini/mini-trampolines.c
Expand Up @@ -289,7 +289,7 @@ common_call_trampoline (mgreg_t *regs, guint8 *code, MonoMethod *m, guint8* tram
#ifdef MONO_ARCH_HAVE_IMT
/* IMT call */
if (vt && (gpointer)vtable_slot < (gpointer)vt) {
MonoMethod *impl_method;
MonoMethod *impl_method = NULL;
MonoObject *this_arg;

/* we get the interface method because mono_convert_imt_slot_to_vtable_slot ()
Expand Down

0 comments on commit a8101ea

Please sign in to comment.