[Mono-bugs] [Bug 58462][Maj] Changed - ilasm literal value gets lost
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 15 May 2004 13:40:08 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by ck@carlo-kok.com.
http://bugzilla.ximian.com/show_bug.cgi?id=58462
--- shadow/58462 2004-05-13 17:06:12.000000000 -0400
+++ shadow/58462.tmp.20063 2004-05-15 13:40:08.000000000 -0400
@@ -72,6 +72,12 @@
ldarg.0
call instance void [mscorlib]System.Object::.ctor()
ret
} // end of method test::.ctor
} // end of class test
+
+------- Additional Comments From ck@carlo-kok.com 2004-05-15 13:40 -------
+After some debugging with a local test with PEAPI I found out the
+value passed to PEAPI.Constant.AddValue does get written to the
+executable but the end result (when decompiling with ildasm and
+monodis) is not right.