summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--py/nlrx86.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/py/nlrx86.c b/py/nlrx86.c
index 6195db63c..461b459e2 100644
--- a/py/nlrx86.c
+++ b/py/nlrx86.c
@@ -56,9 +56,7 @@ __attribute__((used)) unsigned int nlr_push_tail(nlr_buf_t *nlr);
__attribute__((naked))
#endif
unsigned int nlr_push(nlr_buf_t *nlr) {
- #if !USE_NAKED
(void)nlr;
- #endif
__asm volatile (
#if UNDO_PRELUDE