git-svn-id: svn://10.0.0.236/trunk@102173 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pavlov%netscape.com
2001-09-02 00:23:10 +00:00
parent 2edd59b33e
commit 7538d475be

View File

@@ -76,7 +76,7 @@ PrepareAndDispatch(nsXPTCStubBase* self, PRUint64 methodIndex, PRUint64* args)
case nsXPTType::T_I8 : dp->val.i8 = *((PRInt32*) ap); break;
case nsXPTType::T_I16 : dp->val.i16 = *((PRInt32*) ap); break;
case nsXPTType::T_I32 : dp->val.i32 = *((PRInt32*) ap); break;
case nsXPTType::T_DOUBLE : dp->val.d = *((double) ap); break;
case nsXPTType::T_DOUBLE : dp->val.d = *((double*) ap); break;
case nsXPTType::T_U64 : dp->val.u64 = *((PRUint648) ap); break;
case nsXPTType::T_I64 : dp->val.i64 = *((PRInt648) ap); break;
case nsXPTType::T_U8 : dp->val.u8 = *((PRUint32*) ap); break;