mirror of
https://github.com/micropython/micropython.git
synced 2025-09-05 17:30:41 +02:00
Native .mpy files targetting armv6m (eg RP2040) cannot currently have more than about 2kiB of native code (between the start of the file and the init function). This commit fixes that by using bigger jumps to jump to the init function. Signed-off-by: Damien George <damien@micropython.org>