See changelog for description
This commit is contained in:
@@ -168,7 +168,8 @@ static BYTE s_pcode_len[] = {
|
||||
1, /* HB_P_ZERO, */
|
||||
1, /* HB_P_ONE, */
|
||||
1, /* HB_P_MACROLIST, */
|
||||
1 /* HB_P_MACROLISTEND, */
|
||||
1, /* HB_P_MACROLISTEND, */
|
||||
0 /* HB_P_MPUSHSTR */
|
||||
};
|
||||
|
||||
static PVAR hb_compPrivateFind( char * szPrivateName )
|
||||
@@ -953,7 +954,7 @@ void hb_compStrongType( int iSize )
|
||||
/*
|
||||
printf( "\nBefore Cond: %i\n", pFunc->iStackIndex );
|
||||
*/
|
||||
|
||||
|
||||
/* Saving Stack depth befor Jump. */
|
||||
/* TODO: Remove Hard coded limitation. */
|
||||
if( s_iCondIndex < 16 )
|
||||
@@ -3176,4 +3177,4 @@ void hb_compGenPCodeN( BYTE * pBuffer, ULONG ulSize, BOOL bStackAffected )
|
||||
|
||||
if( hb_comp_iWarnings >= 3 && bStackAffected )
|
||||
hb_compStrongType( ulSize );
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user