commit | 3ec5da20f27da3bb8cea7ae29538c30c4b1549b4 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Mon May 12 18:43:28 2014 -0700 |
committer | Andreas Gampe <agampe@google.com> | Mon May 12 18:43:28 2014 -0700 |
tree | bb36ce97e41a5d1927525f6710bd145ad324751e | |
parent | 048b5d0fb1643316da5b666dea9e98c954626200 [diff] [blame] |
ART: Fix typo in ThreadOffset modification Change-Id: Ifc3bd44a2a8442dcc242f4abcb17ae2acbc3b4e7
diff --git a/compiler/dex/quick/gen_invoke.cc b/compiler/dex/quick/gen_invoke.cc index 963c216..7aaffcb 100644 --- a/compiler/dex/quick/gen_invoke.cc +++ b/compiler/dex/quick/gen_invoke.cc
@@ -1759,7 +1759,7 @@ if (Is64BitInstructionSet(cu_->instruction_set)) { call_inst = GenInvokeNoInlineCall<8>(this, info->type); } else { - call_inst = GenInvokeNoInlineCall<8>(this, info->type); + call_inst = GenInvokeNoInlineCall<4>(this, info->type); } } }