mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 13:10:21 +01:00
All callers of the asm entry function guarantee that num_locals>=0, so no need to add an explicit check for it. Use an assertion instead. Also, the signature of asm_x86_entry is changed to match the other asm entry functions.
11 KiB
11 KiB