Here's a patch-format suggested fix. I am trying to get people on #debian-devel
to help me test it.
zw
--- xpcom/reflect/xptcall/src/md/unix/xptcstubs_linux_m68k.cpp.old
2006-01-08 14:16:57.000000000 -0800
+++ xpcom/reflect/xptcall/src/md/unix/xptcstubs_linux_m68k.cpp 2006-01-08
14:48:39.000000000 -0800
@@ -129,9 +129,9 @@ nsresult nsXPTCStubBase::Stub##n() \
"movl %1, %/[EMAIL PROTECTED]" /* this */ \
"jbsr PrepareAndDispatch\n\t" \
"addw #12, %/sp" \
- : "=d" (result) /* %0 */ \
+ : "=&d" (result) /* %0 */ \
: "a" (this), "a" (frame) \
- : "a0", "a1", "d0", "d1", "memory" ); \
+ : "memory" ); \
return result; \
}
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]