[Mono-bugs] [Bug 69541][Wis] Changed - [PPC PATCH] OP_ARGLIST unsupported
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 24 Nov 2004 16:45:36 -0500 (EST)
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 grompf@sublimeintervention.com.
http://bugzilla.ximian.com/show_bug.cgi?id=69541
--- shadow/69541 2004-11-24 15:53:31.000000000 -0500
+++ shadow/69541.tmp.4390 2004-11-24 16:45:35.000000000 -0500
@@ -88,6 +88,15 @@
I believe this patch is working; however it wont currently work on
lin/ppc because the MonoTypedRef is a struct passed on the stack which
as we talked about earlier isn't currently working on the sysv abi.
-kangaroo
+
+------- Additional Comments From grompf@sublimeintervention.com 2004-11-24 16:45 -------
+lupus,
+
+ btw; I also tested: result = AddAThirdBunchOfInts (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11,
+__arglist ( 2, 3, 4 )); with this new patch (which was failing before); this is now working.
+
+-kangaroo
+