mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Added proper uint64->float conversion
This commit is contained in:
parent
ea772c675e
commit
769861d3da
3 changed files with 29 additions and 1 deletions
|
@ -1740,6 +1740,7 @@ void BeDumpContext::ToString(StringImpl& str, BeCmpKind cmpKind)
|
|||
case BeCmpKind_OGE: str += "oge"; return;
|
||||
case BeCmpKind_NB: str += "nb"; return;
|
||||
case BeCmpKind_NO: str += "no"; return;
|
||||
case BeCmpKind_Sign: str += "sign"; return;
|
||||
default:
|
||||
str += "???";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue