db20b8b870
SeaMonkey 2.0. Lightning brings the Sunbird calendar to the popular email client, Mozilla Thunderbird and the SeaMonkey internet application suite. Since it's an extension, Lightning is tightly integrated with Thunderbird or SeaMonkey, allowing it to easily perform email-related calendaring tasks. WWW: http://www.mozilla.org/projects/calendar/lightning/ Thanks to: Andreas Tobler <andreast-list AT fgznet.ch>
19 lines
746 B
Text
19 lines
746 B
Text
--- mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_asm_ipf64.s.orig Tue May 24 11:30:54 2005
|
|
+++ mozilla/xpcom/reflect/xptcall/src/md/unix/xptcstubs_asm_ipf64.s Mon Nov 7 23:10:28 2005
|
|
@@ -6,6 +6,7 @@
|
|
// Section has executable code
|
|
.section .text, "ax","progbits"
|
|
// procedure named 'SharedStub'
|
|
+ .global SharedStub
|
|
.proc SharedStub
|
|
// manual bundling
|
|
.explicit
|
|
@@ -14,7 +15,7 @@
|
|
// .exclass PrepareAndDispatch, @fullyvisible
|
|
.type PrepareAndDispatch,@function
|
|
|
|
-SharedStub::
|
|
+SharedStub:
|
|
// 10 arguments, first 8 are the input arguments of previous
|
|
// function call. The 9th one is methodIndex and the 10th is the
|
|
// pointer to the remaining input arguments. The last two arguments
|