mirror of
https://github.com/louisrubet/rpn
synced 2024-12-28 09:58:52 +01:00
#44: debug get_binary_bin
This commit is contained in:
parent
63229a1c8c
commit
b0e55854a3
1 changed files with 1 additions and 1 deletions
|
@ -414,8 +414,8 @@ static bool get_binary_bin(const string& entry, program& prog, string& remaining
|
|||
if (entry.at(i+1)=='1')
|
||||
{
|
||||
val+=exponent;
|
||||
exponent/=2;
|
||||
}
|
||||
exponent>>=1;
|
||||
}
|
||||
|
||||
binary* new_binary = (binary*)prog.allocate_back((unsigned int)sizeof(binary), cmd_binary);
|
||||
|
|
Loading…
Reference in a new issue