[Mono-bugs] [Bug 43276][Nor] New - Mono does not understand conv.ovf.i8 instructions
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Sun, 18 May 2003 22:36:12 -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 mathpup@mylinuxisp.com.
http://bugzilla.ximian.com/show_bug.cgi?id=43276
--- shadow/43276 Sun May 18 22:36:12 2003
+++ shadow/43276.tmp.9567 Sun May 18 22:36:12 2003
@@ -0,0 +1,47 @@
+Bug#: 43276
+Product: Mono/Runtime
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: mathpup@mylinuxisp.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Mono does not understand conv.ovf.i8 instructions
+
+Description of Problem:
+
+Mono aborts with an error when it encounters an conv.ovf.i8 instruction.
+
+
+Steps to reproduce the problem:
+1. Assemble the program: ilasm conv.ovf.il
+2. Run the problem: mono conv.ovf.exe
+
+
+Actual Results:
+
+** ERROR **: unknown operator: conv.ovf.i8
+aborting...
+
+
+Expected Results:
+
+(No output; no errors)
+
+
+How often does this happen?
+
+Always
+
+
+Additional Information:
+
+Works with Rotor