1
0
Fork 0
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:
Brian Fiete 2024-12-03 07:42:13 -05:00
parent ea772c675e
commit 769861d3da
3 changed files with 29 additions and 1 deletions

View file

@ -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 += "???";
}