Re: Adding C_ULONGLONG

new topic     » goto parent     » topic index » view thread      » older message » newer message
rkdavis said...

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 ){

Good catch. What's interesting is that int64_t_result isn't even be defined within that if block, so the compiler should have caught that and failed to the build. ("A good workman never blames his tools.") I will get it fixed right quick.

-Greg

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu