Loading lib_debug/wmc_auto.c +3 −3 Original line number Diff line number Diff line Loading @@ -2496,11 +2496,11 @@ long DeltaWeightedOperation( unsigned int CounterId ) void Reset_BASOP_WMOPS_counter( unsigned int counterId ) { int i; long *ptr; unsigned int *ptr; /* reset the current BASOP operation counter */ ptr = (long *) &multiCounter[counterId]; for ( i = 0; i < (int) ( sizeof( multiCounter[counterId] ) / sizeof( long ) ); i++ ) ptr = (unsigned int *) &multiCounter[counterId]; for ( i = 0; i < (int) (sizeof(BASIC_OP) / sizeof(unsigned int)); i++ ) { *ptr++ = 0; } Loading Loading
lib_debug/wmc_auto.c +3 −3 Original line number Diff line number Diff line Loading @@ -2496,11 +2496,11 @@ long DeltaWeightedOperation( unsigned int CounterId ) void Reset_BASOP_WMOPS_counter( unsigned int counterId ) { int i; long *ptr; unsigned int *ptr; /* reset the current BASOP operation counter */ ptr = (long *) &multiCounter[counterId]; for ( i = 0; i < (int) ( sizeof( multiCounter[counterId] ) / sizeof( long ) ); i++ ) ptr = (unsigned int *) &multiCounter[counterId]; for ( i = 0; i < (int) (sizeof(BASIC_OP) / sizeof(unsigned int)); i++ ) { *ptr++ = 0; } Loading