[Mono-dev] Change #97189

Rodrigo Kumpera kumpera at gmail.com
Mon Mar 3 14:40:57 EST 2008


My fault, sorry for that. I have already committed the fix.



On Mon, Mar 3, 2008 at 3:59 PM, Casey Marshall <
cmarshall at pacificbiosciences.com> wrote:

> This change seems to break the build for me:
>
> > --- mono/metadata/verify.c      (revision 97000)
> > +++ mono/metadata/verify.c      (working copy)
> > @@ -235,6 +235,8 @@
> >  static gboolean
> >  token_bounds_check (MonoImage *image, guint32 token)
> >  {
> > +       if (image->dynamic)
> > +               return mono_g_hash_table_lookup (dyn->tokens,
> GUINT_TO_POINTER (token)) != NULL;
> >         return image->tables [mono_metadata_token_table (token)].rows >=
> mono_metadata_token_index (token);
> >  }
>
> There isn't any variable 'dyn' anywhere.
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20080303/2ab31b04/attachment.html 


More information about the Mono-devel-list mailing list