diff options
-rw-r--r-- | src/lux/compiler/host.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lux/compiler/host.clj b/src/lux/compiler/host.clj index d987076c1..65f3c0227 100644 --- a/src/lux/compiler/host.clj +++ b/src/lux/compiler/host.clj @@ -2183,7 +2183,7 @@ $then (new Label) $end (new Label) _ (doto *writer* - (.visitMethodInsn Opcodes/INVOKESTATIC +wrapper-class+ "compareUnsigned" "(JJ)I") + (.visitMethodInsn Opcodes/INVOKESTATIC "lux/LuxRT" "_compareUnsigned" "(JJ)I") (.visitLdcInsn (int <cmp-output>)) (.visitJumpInsn Opcodes/IF_ICMPEQ $then) (.visitFieldInsn Opcodes/GETSTATIC (&host-generics/->bytecode-class-name "java.lang.Boolean") "FALSE" (&host-generics/->type-signature "java.lang.Boolean")) |