We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eea5fcc commit 52620c6Copy full SHA for 52620c6
py/nlrx86.c
@@ -55,7 +55,7 @@ unsigned int nlr_push(nlr_buf_t *nlr) {
55
// by default.
56
// TODE: Better support for various x86 calling conventions
57
// (unfortunately, __attribute__((naked)) is not supported on x86).
58
- #ifndef __ZEPHYR__
+ #if !(defined(__ZEPHYR__) || defined(__ANDROID__))
59
"pop %ebp \n" // undo function's prelude
60
#endif
61
"mov 4(%esp), %edx \n" // load nlr_buf
0 commit comments