py/nlrx86: Silence possible warnings about unused nlr argument.
This commit is contained in:
parent
42e45bd694
commit
300eb65ae7
@ -56,9 +56,7 @@ __attribute__((used)) unsigned int nlr_push_tail(nlr_buf_t *nlr);
|
|||||||
__attribute__((naked))
|
__attribute__((naked))
|
||||||
#endif
|
#endif
|
||||||
unsigned int nlr_push(nlr_buf_t *nlr) {
|
unsigned int nlr_push(nlr_buf_t *nlr) {
|
||||||
#if !USE_NAKED
|
|
||||||
(void)nlr;
|
(void)nlr;
|
||||||
#endif
|
|
||||||
|
|
||||||
__asm volatile (
|
__asm volatile (
|
||||||
#if UNDO_PRELUDE
|
#if UNDO_PRELUDE
|
||||||
|
Loading…
Reference in New Issue
Block a user