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:
parent
5bc3b881a1
commit
c6901dc442
@ -1589,9 +1589,7 @@ void to_radian_decn(void) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void pi_decn(void) {
|
void pi_decn(void) {
|
||||||
set_dec80_zero(&BDecn);
|
|
||||||
copy_decn(&AccDecn, &DECN_PI);
|
copy_decn(&AccDecn, &DECN_PI);
|
||||||
mult_decn();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void set_str_error(void){
|
static void set_str_error(void){
|
||||||
|
Loading…
Reference in New Issue
Block a user