fix implementedOutsideGo, fixes #56
Injected functions were mistaken for functions implemented outside go. Asm functions: obj.Scope().Pos() == 0 obj.Scope().End() == 0 Injected functions: obj.Scope().Pos() == 0 obj.Scope().End() == 1 We now check for the End instead of the Pos.pull/59/head
parent
796f2b833e
commit
d892f980c6
Loading…
Reference in New Issue