build fix

This commit is contained in:
Jeff Wang 2019-10-02 23:27:58 -04:00
parent 77d18b57c5
commit 5c194c68e4

View File

@ -865,7 +865,7 @@ void ln_decn(void){
//check not negative //check not negative
if (AccDecn.exponent < 0){ if (AccDecn.exponent < 0){
set_dec80_NaN(AccDecn); set_dec80_NaN(&AccDecn);
return; return;
} }
//normalize //normalize