mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
asm_thumb_store_reg_reg_offset() modifies the base register when storing with a large offset which triggers the generic path. If a variable lives in that register, this corrupts it. Fix this by saving the base register on the stack before modifying it. Signed-off-by: Chris Webb <chris@arachsys.com>
24 KiB
24 KiB