Skip to content

Commit 26b7d8a

Browse files
dhylandspfalcon
authored andcommitted
py: Fix nlrthumb.c when DEBUG=1 is defined
1 parent 43963a8 commit 26b7d8a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

py/nlrthumb.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929

3030
#if (!defined(MICROPY_NLR_SETJMP) || !MICROPY_NLR_SETJMP) && (defined(__thumb2__) || defined(__thumb__) || defined(__arm__))
3131

32+
#undef nlr_push
33+
3234
// We only need the functions here if we are on arm/thumb, and we are not
3335
// using setjmp/longjmp.
3436
//

0 commit comments

Comments
 (0)