build fix
This commit is contained in:
parent
77d18b57c5
commit
5c194c68e4
@ -865,7 +865,7 @@ void ln_decn(void){
|
||||
|
||||
//check not negative
|
||||
if (AccDecn.exponent < 0){
|
||||
set_dec80_NaN(AccDecn);
|
||||
set_dec80_NaN(&AccDecn);
|
||||
return;
|
||||
}
|
||||
//normalize
|
||||
|
Loading…
Reference in New Issue
Block a user