A call to mult_decn is not needed and prevents PI from being loaded into the X register.

fixes #3
This commit is contained in:
toml12953 2022-04-21 05:35:02 -04:00 committed by Jeff Wang
parent 5bc3b881a1
commit c6901dc442

View File

@ -1589,9 +1589,7 @@ void to_radian_decn(void) {
}
void pi_decn(void) {
set_dec80_zero(&BDecn);
copy_decn(&AccDecn, &DECN_PI);
mult_decn();
}
static void set_str_error(void){