summaryrefslogtreecommitdiff
path: root/src/compiler_llvm/art_module.ll
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler_llvm/art_module.ll')
-rw-r--r--src/compiler_llvm/art_module.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler_llvm/art_module.ll b/src/compiler_llvm/art_module.ll
index af2fcc4e19..3c3c90bfe0 100644
--- a/src/compiler_llvm/art_module.ll
+++ b/src/compiler_llvm/art_module.ll
@@ -44,7 +44,7 @@ declare void @art_unlock_object_from_code(%JavaObject*, %JavaObject*)
declare void @art_test_suspend_from_code(%JavaObject*)
declare %ShadowFrame* @art_push_shadow_frame_from_code(%JavaObject*, %ShadowFrame*,
- %JavaObject*, i32)
+ %JavaObject*, i16, i16)
declare void @art_pop_shadow_frame_from_code(%ShadowFrame*)