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

pyexec-silent
Dave Hylands 2016-07-13 09:36:55 -07:00 committed by Paul Sokolovsky
parent 43963a8d97
commit 26b7d8a7be
1 changed files with 2 additions and 0 deletions

View File

@ -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.
//