[Mono-bugs] [Bug 79087][Wis] Changed - Right shift of UInt64 incorrect for certain values
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Aug 17 10:00:59 EDT 2006
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 vargaz at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79087
--- shadow/79087 2006-08-16 14:54:01.000000000 -0400
+++ shadow/79087.tmp.28247 2006-08-17 10:00:59.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 79087
Product: Mono: Runtime
Version: 1.1
OS: GNU/Linux [Other]
OS Details: Ubuntu 6.06
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Wishlist
Component: JIT
AssignedTo: lupus at ximian.com
ReportedBy: peter.dettman at iinet.net.au
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -78,6 +78,10 @@
x86_mov_reg_reg (code, ins->sreg1, ins->unused, 4);
- x86_shift_reg_imm (code, X86_SHR, ins->unused, 31);
+ x86_clear_reg (code, ins->unused);
x86_patch (jump_to_end, code);
}
+
+------- Additional Comments From vargaz at gmail.com 2006-08-17 10:00 -------
+Fixed in SVN. Thanks for the patch.
+
More information about the mono-bugs
mailing list