Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
** behaviour so that all architectures behave as if integer
** overflow occured.
*/
if( a==-1 && b==(1<<63) ) a = 1;
if( a==-1 && b==(((i64)1)<<63) ) a = 1;
b /= a;
break;
}