Skip to content

Commit

Permalink
Fix the previous change.
Browse files Browse the repository at this point in the history
svn path=/trunk/mono/; revision=149259
  • Loading branch information
vargaz committed Jan 8, 2010
1 parent 0cecef6 commit 9f00a47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mono/mini/mini-trampolines.c
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,6 @@ mono_aot_plt_trampoline (mgreg_t *regs, guint8 *code, guint8 *aot_module,
if (!res) {
if (mono_loader_get_last_error ())
mono_raise_exception (mono_loader_error_prepare_exception (mono_loader_get_last_error ()));
} else {
// FIXME: Error handling (how ?)
g_assert (res);
}
Expand Down

0 comments on commit 9f00a47

Please sign in to comment.