aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/lang/translation/jvm/procedure/host.jvm.lux
diff options
context:
space:
mode:
Diffstat (limited to 'new-luxc/source/luxc/lang/translation/jvm/procedure/host.jvm.lux')
-rw-r--r--new-luxc/source/luxc/lang/translation/jvm/procedure/host.jvm.lux12
1 files changed, 6 insertions, 6 deletions
diff --git a/new-luxc/source/luxc/lang/translation/jvm/procedure/host.jvm.lux b/new-luxc/source/luxc/lang/translation/jvm/procedure/host.jvm.lux
index 45cb67fb9..ddf345a13 100644
--- a/new-luxc/source/luxc/lang/translation/jvm/procedure/host.jvm.lux
+++ b/new-luxc/source/luxc/lang/translation/jvm/procedure/host.jvm.lux
@@ -415,7 +415,7 @@
($t.method (list ($t.class "java.lang.String" (list)))
(#.Some ($t.class "java.lang.Class" (list)))
(list))
- false))))
+ #0))))
_
(&.throw @.Wrong-Syntax (@.wrong-syntax proc inputs))))
@@ -679,7 +679,7 @@
(wrap (|>> ($i.fuse (list/map product.right argsTI))
($i.INVOKESTATIC class method
($t.method (list/map product.left argsTI) returnT (list))
- false))))
+ #0))))
_
(&.throw @.Wrong-Syntax (@.wrong-syntax proc inputs))))
@@ -704,9 +704,9 @@
_
(&.throw @.Wrong-Syntax (@.wrong-syntax proc inputs))))]
- [invoke//virtual $i.INVOKEVIRTUAL false]
- [invoke//special $i.INVOKESPECIAL false]
- [invoke//interface $i.INVOKEINTERFACE true]
+ [invoke//virtual $i.INVOKEVIRTUAL #0]
+ [invoke//special $i.INVOKESPECIAL #0]
+ [invoke//interface $i.INVOKEINTERFACE #1]
)
(def: (invoke//constructor proc translate inputs)
@@ -720,7 +720,7 @@
($i.fuse (list/map product.right argsTI))
($i.INVOKESPECIAL class "<init>"
($t.method (list/map product.left argsTI) #.None (list))
- false))))
+ #0))))
_
(&.throw @.Wrong-Syntax (@.wrong-syntax proc inputs))))