https://bugzilla.novell.com/show_bug.cgi?id=636785
https://bugzilla.novell.com/show_bug.cgi?id=636785#c0 Summary: ilasm irrecoverable syntax error (on a file which assembles ok with .net ilasm) Classification: Mono Product: Mono: Tools Version: 2.6.x Platform: x86-64 OS/Version: Linux Status: NEW Severity: Normal Priority: P5 - None Component: ilasm AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.472.53 Safari/534.3 $ ilasm /output:out.dll /dll assembly_name.il Assembling 'assembly_name.il' , no listing file, to dll --> 'out.dll' assembly_name.il (27919, 10) : Error : irrecoverable syntax error ***** FAILURE ***** ------------------ line 27919 contains: data cil I_00002050 = bytearray ( 0A 17 76 9F 86 0B 53 40 56 36 14 2B 57 A0 55 C0 // .v....@v6.+w.u. C6 4C 3B F1 9B 03 38 40 8C CC CD 8D 34 B5 F3 BF // L;[email protected]... D8 12 EC 19 73 CD 53 3F 88 98 0E 1C 18 A1 D6 BE) // ...s.S?........ It appears that nono ilasm does not like the "cil" word? Anyway, MS .net's ilasm has not problem assembling this file. Reproducible: Always Steps to Reproduce: 1. 2. 3. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
