Re: [Mono-list] Bug 72149

2005-02-04 Thread Jackson Harper
Hello, Thanks for the patch. I will test and apply this weekend. Sol Good mofo, Jackson On Thu, 2005-02-03 at 10:11 -0800, Sohail Somani wrote: > Hi, > > If .locals init (...) has duplicate symbols, mono ilasm croaks because > it assumes symbols are unique. > > .NET doesnt because it basical

[Mono-list] Bug 72149

2005-02-04 Thread Sohail Somani
Hi, If .locals init (...) has duplicate symbols, mono ilasm croaks because it assumes symbols are unique. .NET doesnt because it basically seems to ignore symbols and work on stack slots. http://bugzilla.ximian.com/show_bug.cgi?id=72149 I have attached a test case that can be used for regressi