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
Loading
Please sign in to comment