mirror of
https://github.com/micropython/micropython.git
synced 2026-05-03 06:10:14 +02:00
d2a3cd7ac4
Obtaining the stack-top via a few function calls may yield a pointer which is too deep within the stack. So require the user to obtain it from a higher level (or via some other means). Fixes issue #11781. Signed-off-by: YAMAMOTO Takashi <yamamoto@midokura.com>