Example #1
0
        private static void CgFuncCallExp(FuncInfo fi, FuncCallExp node, int a, int n)
        {
            var nArgs = PrepFuncCall(fi, node, a);

            fi.EmitCall(a, nArgs, n);
        }