[Mono-bugs] [Bug 82424][Maj] Changed - mono 1.4.5 cannot be compiled on FreeBSD/amd64
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Aug 13 22:46:09 EDT 2007
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 phillip at sofsis.cl.
http://bugzilla.ximian.com/show_bug.cgi?id=82424
--- shadow/82424 2007-08-13 18:43:40.000000000 -0400
+++ shadow/82424.tmp.22037 2007-08-13 22:46:09.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 82424
Product: Mono: Runtime
Version: 1.2
OS: other
OS Details: FreeBSD 6.2
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Major
Component: JIT
AssignedTo: lupus at ximian.com
ReportedBy: phillip at sofsis.cl
QAContact: mono-bugs at ximian.com
@@ -97,6 +97,9 @@
+ } else if ((code [0] == 0x41) && (code [1] == 0xff)) {
/* call <REG> */
+ /* happens on machines without MAP_32BIT like freebsd */
/* amd64_set_reg_template is 10 bytes long */
guint8* buf = code - 10;
+
+------- Additional Comments From phillip at sofsis.cl 2007-08-13 22:46 -------
+worked, thanks!
More information about the mono-bugs
mailing list