You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know that support for P3 isn't completed, but perhaps a nicely self contained example can help debugging this remaining issue.
A function returning result<s32, string> will call [task-return][async]N with three flattened integer parameters (the result enum index, the number or an string address, zero or the string length). The current code assumes that the parameters are passed in memory and thus fails to correctly lift them.