diff options
author | Eduardo Julian | 2019-05-29 23:34:17 -0400 |
---|---|---|
committer | Eduardo Julian | 2019-05-29 23:34:17 -0400 |
commit | a85bfc405e7acaf86c61fcd8f7987da0200d7b03 (patch) | |
tree | 0bdcbef2e40814d9e5a828c9c8fcf83d233b2645 /luxc | |
parent | 36d22e31ab696b2cf3382d77b0896dcb357dfb8c (diff) |
Various fixes and tweaks.
Diffstat (limited to '')
-rw-r--r-- | luxc/src/lux/compiler/jvm/proc/host.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/luxc/src/lux/compiler/jvm/proc/host.clj b/luxc/src/lux/compiler/jvm/proc/host.clj index 11cf39ee9..0d10d3569 100644 --- a/luxc/src/lux/compiler/jvm/proc/host.clj +++ b/luxc/src/lux/compiler/jvm/proc/host.clj @@ -165,7 +165,7 @@ &&/unwrap-char (.visitInsn Opcodes/IRETURN)) - (&/$GenericClass _class-name (&/$Nil)) + (&/$GenericClass _class-name _) (doto writer (.visitTypeInsn Opcodes/CHECKCAST (&host-generics/->bytecode-class-name _class-name)) (.visitInsn Opcodes/ARETURN)) |