mirror of
https://github.com/micropython/micropython.git
synced 2025-09-05 01:10:36 +02: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>