Transformed functions must handle recursion
Opened this issue · 0 comments
elfmaster commented
Transformed functions will not properly re-link recursive functions yet. If the function is transformed, calls to itself will call the non-transformed version of the function. Must fix.