From a47468765b3c314b4b76959e3976af4f012bc533 Mon Sep 17 00:00:00 2001 From: TDYa127 Date: Wed, 11 Apr 2012 23:48:55 -0700 Subject: Fix 041. Float to int. Change-Id: I916f2a27c4bf515b4f8163f8f9da03425b61ff4b --- src/compiler_llvm/method_compiler.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/compiler_llvm/method_compiler.h') diff --git a/src/compiler_llvm/method_compiler.h b/src/compiler_llvm/method_compiler.h index efe8486092..0bfdf5d4c5 100644 --- a/src/compiler_llvm/method_compiler.h +++ b/src/compiler_llvm/method_compiler.h @@ -23,6 +23,7 @@ #include "dex_instruction.h" #include "invoke_type.h" #include "object_utils.h" +#include "runtime_support_func.h" #include @@ -233,7 +234,8 @@ class MethodCompiler { void EmitInsn_FNeg(GEN_INSN_ARGS, JType op_jty); void EmitInsn_IntToFP(GEN_INSN_ARGS, JType src_jty, JType dest_jty); - void EmitInsn_FPToInt(GEN_INSN_ARGS, JType src_jty, JType dest_jty); + void EmitInsn_FPToInt(GEN_INSN_ARGS, JType src_jty, JType dest_jty, + runtime_support::RuntimeId runtime_func_id); void EmitInsn_FExt(GEN_INSN_ARGS); void EmitInsn_FTrunc(GEN_INSN_ARGS); -- cgit v1.2.3-59-g8ed1b