[Mono-dev] PPC64 mono_arch_emit_exceptions assert fails on svn

Zoltan Varga vargaz at gmail.com
Sat Jun 6 21:37:52 EDT 2009


Hi,

  Applied. Thanks.

             Zoltan

On Sun, Jun 7, 2009 at 3:02 AM, Steven Munroe <munroesj at us.ibm.com> wrote:

> In mono-ppc.c: mono_arch_emit_exceptions g_assert (cfg->code_len <
> cfg->code_size) is triggered becuase gfg->code_len == cfg->code_size.
>
> I assume this should be g_assert (cfg->code_len <= cfg->code_size)
>
> The attached patch fixes this.
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20090607/06c8c056/attachment.html 


More information about the Mono-devel-list mailing list