mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 11:10:14 +01:00
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>