mirror of
https://github.com/go-delve/delve.git
synced 2025-11-02 04:36:29 +08:00
Truncates the result of binary operations on integers to the size of the resulting type. Also rewrites convertInt to not require allocations. Fixes #2454