Skip to content
Snippets Groups Projects
Commit 26b7d8a7 authored by Dave Hylands's avatar Dave Hylands Committed by Paul Sokolovsky
Browse files

py: Fix nlrthumb.c when DEBUG=1 is defined

parent 43963a8d
No related branches found
No related tags found
No related merge requests found
...@@ -29,6 +29,8 @@ ...@@ -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.
// //
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment