summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/greenland/intrinsic_func_list.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/greenland/intrinsic_func_list.def b/src/greenland/intrinsic_func_list.def
index a0f64d6f12..064fafc44e 100644
--- a/src/greenland/intrinsic_func_list.def
+++ b/src/greenland/intrinsic_func_list.def
@@ -1328,7 +1328,7 @@ _EVAL_DEF_INTRINSICS_FUNC(IntToChar,
// int int_to_short(int)
_EVAL_DEF_INTRINSICS_FUNC(IntToShort,
- dex_lang_int_to_byte,
+ dex_lang_int_to_short,
kAttrReadOnly | kAttrNoThrow,
kInt32Ty,
_EXPAND_ARG1(kInt32Ty))