Re: Adding C_ULONGLONG
- Posted by rkdavis Feb 14, 2015
- 1420 views
just a quick query.
is line 1518 of be_callc.c correct? I think it might supposed to be
if( uint64_t_result <= (unsigned long long int)MAXINT uint64_t_result >= (unsigned long long int)0 ){
instead of
if( uint64_t_result <= (unsigned long long int)MAXINT int64_t_result >= (unsigned long long int)0 ){