This commit is contained in:
mcafee%netscape.com 1999-05-05 01:59:07 +00:00
Родитель b8ced4ac14
Коммит 3f7f7be631
2 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -24,6 +24,7 @@
#error "This code is for Sparc only"
#endif
typedef unsigned nsXPCVariant;
PRUint32
invoke_count_words(PRUint32 paramCount, nsXPTCVariant* s)
@ -83,7 +84,7 @@ invoke_copy_to_stack(PRUint32* d, PRUint32 paramCount, nsXPTCVariant* s)
we're trying to populate.
*/
uint32 *l_d = d;
nsXPCVariant *l_s = s;
nsXPTCVariant *l_s = s;
uint32 l_paramCount = paramCount;
for(uint32 i = 0; i < l_paramCount; i++, l_d++, l_s++)

Просмотреть файл

@ -24,6 +24,7 @@
#error "This code is for Sparc only"
#endif
typedef unsigned nsXPCVariant;
PRUint32
invoke_count_words(PRUint32 paramCount, nsXPTCVariant* s)
@ -83,7 +84,7 @@ invoke_copy_to_stack(PRUint32* d, PRUint32 paramCount, nsXPTCVariant* s)
we're trying to populate.
*/
uint32 *l_d = d;
nsXPCVariant *l_s = s;
nsXPTCVariant *l_s = s;
uint32 l_paramCount = paramCount;
for(uint32 i = 0; i < l_paramCount; i++, l_d++, l_s++)