OSDN Git Service

Jit: Fix for 2793725 SIGSEGV in JIT code cache
authorBill Buzbee <buzbee@google.com>
Wed, 23 Jun 2010 23:36:50 +0000 (16:36 -0700)
committerBill Buzbee <buzbee@google.com>
Wed, 23 Jun 2010 23:54:15 +0000 (16:54 -0700)
commitf8315e2a7b5167f8875543e3b88eb17f9df387ca
tree19bd43e128aaa84ef97b8d2e155f3f48c5075bfd
parentcc68c4b069457743030e40e9fafab411199ca80a
Jit: Fix for 2793725 SIGSEGV in JIT code cache

r8 was missing from the handler clobber set, and is stepped on by
the handlers for inline string compareto and indexof.

Change-Id: I6e5d6f46b595d638863b27edcc8718157a3e411f
vm/compiler/codegen/arm/RallocUtil.c