From 7027b09b68a5ad8f7a4eb2f9edd913d43d2f1730 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 14 Sep 2019 23:42:56 -0400 Subject: More fixes. --- new-luxc/source/program.lux | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'new-luxc/source/program.lux') diff --git a/new-luxc/source/program.lux b/new-luxc/source/program.lux index 43cc9e9cd..b579b0df0 100644 --- a/new-luxc/source/program.lux +++ b/new-luxc/source/program.lux @@ -136,10 +136,9 @@ ($i.label @end) $i.POP ($i.ASTORE 0))) - $Function ($t.class jvm.function-class (list)) - run-ioI (|>> ($i.CHECKCAST $Function) + run-ioI (|>> ($i.CHECKCAST jvm.$Function) $i.NULL - ($i.INVOKEVIRTUAL $Function runtime.apply-method (runtime.apply-signature 1))) + ($i.INVOKEVIRTUAL jvm.$Function runtime.apply-method (runtime.apply-signature 1))) main-type ($t.method [(list ($t.array ($t.class "java.lang.String" (list)))) $t.void (list)]) -- cgit v1.2.3