mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 11:10:14 +01:00
This condition corresponds to invalid asm code like
```
@micropython.asm_rv32
def l():
a=di(a2, a2, -1)
```
and possibly other forms where nodes[0] is not a STRUCT.
Signed-off-by: Jeff Epler <jepler@gmail.com>
146 KiB
146 KiB