mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 05:00:26 +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.
14 KiB
14 KiB