Closed krestenkrab closed 14 years ago
Codegen needs to call ERT.resolve, and cast the result to EFunX, and call directly.
This needs to be fixed in CompilerVisitor where there is a usage of BeamOpcode.apply.
Fixed, see http://github.com/krestenkrab/erjang/commit/2ddfb89d2ce2660107a71e09c82ccf13b2aed7a4
Codegen needs to call ERT.resolve, and cast the result to EFunX, and call directly.
This needs to be fixed in CompilerVisitor where there is a usage of BeamOpcode.apply.