py: Fix nlrthumb.c when DEBUG=1 is defined
This commit is contained in:
parent
43963a8d97
commit
26b7d8a7be
@ -29,6 +29,8 @@
|
|||||||
|
|
||||||
#if (!defined(MICROPY_NLR_SETJMP) || !MICROPY_NLR_SETJMP) && (defined(__thumb2__) || defined(__thumb__) || defined(__arm__))
|
#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
|
// We only need the functions here if we are on arm/thumb, and we are not
|
||||||
// using setjmp/longjmp.
|
// using setjmp/longjmp.
|
||||||
//
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user