diff options
author | Angus Gratton <angus@redyak.com.au> | 2025-07-22 10:48:16 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2025-07-24 15:50:00 +1000 |
commit | 5d9ef6bfb696106f8052a44c1e392695e908eafa (patch) | |
tree | 0c9cfb920a896df12d99545a851ae1faa9877ec1 /tests/micropython/viper_ptr32_store_boundary.py | |
parent | 3185bb5827acd6a1f27a9299abee52640dd495f2 (diff) |
py/objint_longlong: Fix left shift of negative values.
Previous comment was wrong, left shifting a negative value is UB in C. Use
the same approach as small int shifts (from runtime.c).
Signed-off-by: Angus Gratton <angus@redyak.com.au>
Diffstat (limited to 'tests/micropython/viper_ptr32_store_boundary.py')
0 files changed, 0 insertions, 0 deletions