diff options
Diffstat (limited to 'new-luxc/source/luxc/lang/translation')
-rw-r--r-- | new-luxc/source/luxc/lang/translation/procedure/host.jvm.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/new-luxc/source/luxc/lang/translation/procedure/host.jvm.lux b/new-luxc/source/luxc/lang/translation/procedure/host.jvm.lux index f2f88904d..f737e81fc 100644 --- a/new-luxc/source/luxc/lang/translation/procedure/host.jvm.lux +++ b/new-luxc/source/luxc/lang/translation/procedure/host.jvm.lux @@ -21,7 +21,7 @@ ["$d" def] ["$i" inst])) ["la" analysis] - (analysis (procedure ["&." host])) + (extension (analysis ["&." host])) ["ls" synthesis])) ["@" //common]) |