mirror of
https://github.com/micropython/micropython.git
synced 2025-08-16 15:40:41 +02:00
py: Fix nlrthumb.c when DEBUG=1 is defined
This commit is contained in:
committed by
Paul Sokolovsky
parent
43963a8d97
commit
26b7d8a7be
@@ -29,6 +29,8 @@
|
||||
|
||||
#if (!defined(MICROPY_NLR_SETJMP) || !MICROPY_NLR_SETJMP) && (defined(__thumb2__) || defined(__thumb__) || defined(__arm__))
|
||||
|
||||
#undef nlr_push
|
||||
|
||||
// We only need the functions here if we are on arm/thumb, and we are not
|
||||
// using setjmp/longjmp.
|
||||
//
|
||||
|
Reference in New Issue
Block a user