[Mono-bugs] [Bug 74653][Wis] Changed - mjs generated incorrect code for bool literals, in a loading context.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 18 Apr 2005 14:35:33 -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 cesar@ciencias.unam.mx.
http://bugzilla.ximian.com/show_bug.cgi?id=74653
--- shadow/74653 2005-04-18 14:34:39.000000000 -0400
+++ shadow/74653.tmp.14031 2005-04-18 14:35:33.000000000 -0400
@@ -132,6 +132,11 @@
IL_0079: ldstr "succeeded"
IL_007e: call void class
[Microsoft.JScript]Microsoft.JScript.ScriptStream::WriteLine(string)
in which I have removed the OpCodes.Box before the brfalse's.
+
+------- Additional Comments From cesar@ciencias.unam.mx 2005-04-18 14:35 -------
+Created an attachment (id=14967)
+loading boolean literals wrong code generation, test case.
+