mirror of
https://github.com/wolfpld/tracy.git
synced 2026-09-02 00:18:23 +00:00
If as.ipMaxAsm.local is 0 and m_childCalls is false, GetHotnessColor(count, 0) performs float(2 * count) / 0. The old code explicitly guarded against this with the as.ipMaxAsm.local != 0 check.