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
In the case of unwinding, dump-c produces multiple copies of variable definitions and does not correctly translate the later loop bodies (omitting function calls). If --inline is used instead of --unwind the result doesn't appear to be valid C.
I have full example code if anyone wants a go at fixing this but because github sucks I can't actually attach it to this bug report.