mirror of
https://github.com/louisrubet/rpn
synced 2025-01-01 18:20:06 +01:00
issue #1 binaries conversion
This commit is contained in:
parent
8028793436
commit
4b0136eb37
1 changed files with 1 additions and 1 deletions
|
@ -33,5 +33,5 @@ void btor()
|
|||
MIN_ARGUMENTS(1);
|
||||
ARG_MUST_BE_OF_TYPE(0, cmd_binary);
|
||||
|
||||
putf((float_t)((binary*)_stack->back())->_value);
|
||||
putf((floating_t)getb());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue