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

pull/2254/head
Dave Hylands 2016-07-13 09:36:55 -07:00 zatwierdzone przez Paul Sokolovsky
rodzic 43963a8d97
commit 26b7d8a7be
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

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