mirror of https://github.com/tinygo-org/tinygo.git
Browse Source
This fixes an issue where a normal suspending call followed by a plain tail call would result in the tail return value being written to the return pointer of the normal suspending call. This is fixed by saving the return pointer at the start of the function and restoring it before initiating a plain tail call.pull/1434/head
Nia Weiss
4 years ago
committed by
Ron Evans
2 changed files with 11 additions and 5 deletions
Loading…
Reference in new issue