commit | 448bbcfc76426d6dfc336954df51bdad47f34ef7 | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Thu Jul 06 12:05:13 2017 -0700 |
committer | Mathieu Chartier <mathieuc@google.com> | Thu Jul 06 14:56:40 2017 -0700 |
tree | d033b4984a10d388fac7b0d04915e61f4cc39948 | |
parent | 0656044bf8b1d5053cdea6615f4d0aebad5b64b8 [diff] |
Avoid cross compilation error in DoCallCommon Avoid calling ShouldUseInterpreterEntrypoint in DoCallCommon for unstarted runtimes. This fixes a cross compilation error caused by reading past the end of a 32 bit ArtMethod with a 64 bit dex2oat. Test: test-art-host ART_TEST_INTERPRETER=true Bug: 62402160 Change-Id: I792d4e1663dd13ac3836b7ce439e8286cb0a1bc3