Skip to content

Commit

Permalink
shrinking the diff
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaTP committed Sep 24, 2024
1 parent 6505913 commit 874a993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aot/src/main/java/com/dylibso/chicory/aot/AotMachine.java
Original file line number Diff line number Diff line change
Expand Up @@ -572,8 +572,8 @@ private static void compileCallIndirect(MethodVisitor asm, int typeId, FunctionT
asm.visitVarInsn(Opcodes.ALOAD, slot + 2); // instance

emitInvokeStatic(asm, AotMethods.CALL_INDIRECT);

emitUnboxResult(type, asm);
asm.visitInsn(returnTypeOpcode(type));
}

private static void compileHostFunction(int funcId, FunctionType type, MethodVisitor asm) {
Expand Down

0 comments on commit 874a993

Please sign in to comment.