OS/2 only - EMX break - this code should be VACPP only

This commit is contained in:
mkaply%us.ibm.com 2001-07-25 03:53:41 +00:00
Родитель 6a737e8a14
Коммит 602ec7443d
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -66,6 +66,7 @@ PrepareAndDispatch( nsXPTCStubBase *self, PRUint32 methodIndex,
paramCount = info->GetParamCount();
#ifdef XP_OS2_VACPP
/* If paramCount is > 0, write out the EDX pointer to the
space on the stack args[0]. args[-4] is the space on
the stack where it was pushed */
@ -79,6 +80,7 @@ PrepareAndDispatch( nsXPTCStubBase *self, PRUint32 methodIndex,
if (paramCount > 1) {
args[1] = args[-3];
}
#endif
// setup variant array pointer
if(paramCount > PARAM_BUFFER_COUNT)