This commit is contained in:
Mirko Scholz 2020-09-10 19:23:58 +02:00
parent 2903579efd
commit 5f0bd3886a
2 changed files with 0 additions and 2 deletions

View File

@ -134,7 +134,6 @@ void process_cmd(char cmd){
StackPtr--;
pi_decn();
copy_decn(&stack(STACK_X), &AccDecn);
} else if (IsShiftedDown) {
} else {
do_binary_op(div_decn);
}

View File

@ -1660,4 +1660,3 @@ void build_decn_at(dec80* dest, const char* signif_str, exp_t exponent){
#endif //DESKTOP