Closed
Description
This commit breaks MIPS compilation:
mips-openwrt-linux-gcc -I. -I../py -Ibuild -Wall -ansi -std=gnu99 -DUNIX -DMICROPY_USE_READLINE=1 -DMICROPY_PY_TIME=1 -DMICROPY_PY_FFI=1 -Os -DMICROPY_GCREGS_SETJMP=1 -DMICROPY_NLR_SETJMP=1 -DMICROPY_EMIT_X64=0 -c -MD -o build/py/runtime.o ../py/runtime.c
../py/runtime.c:1229:5: error: 'nlr_push' undeclared here (not in a function)
nlr_push,
^
../py/runtime.c:1230:5: error: 'nlr_pop' undeclared here (not in a function)
nlr_pop,
^
make: *** [build/py/runtime.o] Error 1
Metadata
Metadata
Assignees
Labels
No labels