Skip to content

Commit a27c5bd

Browse files
committed
break
Signed-off-by: TheSilkMiner <thesilkminer@outlook.com>
1 parent 4cfde99 commit a27c5bd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

JavaBytecodeCompiler/src/main/java/org/openzen/zenscript/javabytecode/compiler/JavaMethodBytecodeCompiler.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -923,6 +923,7 @@ public Void builtinStaticMethod(BuiltinMethodSymbol method, TypeID returnType, C
923923
break;
924924
case ULONG_TO_DOUBLE:
925925
javaWriter.l2d(); // TODO: this is incorrect
926+
break;
926927
case ULONG_TO_CHAR:
927928
javaWriter.l2i();
928929
javaWriter.i2s();

0 commit comments

Comments
 (0)