mirror of
https://review.haiku-os.org/haiku
synced 2025-02-07 14:25:58 +01:00
cc9ea55c59
* If we coerce types inside the switch(), then the "type already converted" check at the beginning will fail every time, causing us to reconvert, which is surely bad for performance. * B_TIME_TYPE should be INT32 or INT64 depending on what its size is. May help with #19080.