mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
py/nlrrv64: Add RISC-V RV64I NLR implementation.
Add custom NLR support for 64 bits RISC-V RV64I targets. Signed-off-by: Alessandro Gatti <a.gatti@frob.it>
This commit is contained in:
committed by
Damien George
parent
e39bd3ae9d
commit
ca220b5fc5
@@ -60,6 +60,7 @@ set(MICROPY_SOURCE_PY
|
||||
${MICROPY_PY_DIR}/nlrmips.c
|
||||
${MICROPY_PY_DIR}/nlrpowerpc.c
|
||||
${MICROPY_PY_DIR}/nlrrv32.c
|
||||
${MICROPY_PY_DIR}/nlrrv64.c
|
||||
${MICROPY_PY_DIR}/nlrsetjmp.c
|
||||
${MICROPY_PY_DIR}/nlrthumb.c
|
||||
${MICROPY_PY_DIR}/nlrx64.c
|
||||
|
||||
Reference in New Issue
Block a user