OSDN Git Service

MIPS32: Assign missing entrypoints in InitEntryPoints
authorGoran Jakovljevic <Goran.Jakovljevic@imgtec.com>
Thu, 18 Aug 2016 11:47:31 +0000 (13:47 +0200)
committerGoran Jakovljevic <Goran.Jakovljevic@imgtec.com>
Tue, 25 Oct 2016 14:29:32 +0000 (16:29 +0200)
commit79b6d0c267731305b17d61b40c72303073b3e156
treeea473c56e36014a787221540d7d40f55210056e6
parent83f66990723f416632db57360b645a8176577c25
MIPS32: Assign missing entrypoints in InitEntryPoints

InitEntryPoints for MIPS32 doesn't use common InitDefaultEntryPoints.
Because of that, newly added entrypoints should be additionally
assigned for MIPS32.

This fixes test 004-JniTest.

Test: mma test-art-target-run-test on QEMU

Change-Id: Ib959db356770f5a497374f71e3a730894d49489a
runtime/arch/mips/entrypoints_init_mips.cc