mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 13:10:21 +01:00
It's only used in one location, to test if << or >> will overflow when shifting mp_uint_t. For such a test it's clearer to use sizeof(lhs_val), which will be valid even if the type of lhs_val changes. Signed-off-by: Damien George <damien@micropython.org>
59 KiB
59 KiB