[Mono-bugs] [Bug 64675][Wis] Changed - [PATCH] Avoid long encodings for push operations
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 31 Aug 2004 22:33:55 -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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=64675
--- shadow/64675 2004-08-31 08:40:18.000000000 -0400
+++ shadow/64675.tmp.13006 2004-08-31 22:33:55.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 64675
Product: Mono: Runtime
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Wishlist
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: bmaurer@users.sf.net
QAContact: mono-bugs@ximian.com
@@ -28,6 +28,9 @@
I would rename push_imm_long to push_imm_template to follow the naming
convention used on other platforms, and define it as:
#define x86_push_imm_template(inst) x86_push_imm ((inst), 0xf0f0f0)
Other than this, this is ok to check in.
+
+------- Additional Comments From bmaurer@users.sf.net 2004-08-31 22:33 -------
+in cvs