[Mono-bugs] [Bug 58453][Min] Changed - Mono beta1: build fail on linux ppc

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 13 May 2004 15:36:54 -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 lupus@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=58453

--- shadow/58453	2004-05-13 15:27:33.000000000 -0400
+++ shadow/58453.tmp.28877	2004-05-13 15:36:54.000000000 -0400
@@ -105,6 +105,13 @@
  mcontext_t uc_mcontext;
 
 
 ------- Additional Comments From miguel@ximian.com  2004-05-13 15:27 -------
 resetting priority, gentoo is not a high priority for 1.0 unless
 we get patches from third parties.
+
+------- Additional Comments From lupus@ximian.com  2004-05-13 15:36 -------
+Then we need to know how struct pt_regs is defined on your system.
+You need a way to access all the user-mode machine registers from the
+ucontext (gregs, floating point, cr, lr, instruction pointer).
+See mono_arch_handle_exception() in the file to see what you need to
+implement.