diff options
author | Bill Buzbee <buzbee@google.com> | 2010-03-16 12:41:43 -0700 |
---|---|---|
committer | Bill Buzbee <buzbee@google.com> | 2010-03-16 12:52:08 -0700 |
commit | 900a3afd0e8e0d88426b21447d601ee67e17b642 (patch) | |
tree | 727d1c15ed182f6c0f5471d7c49961a066ccfb8f /vm/compiler/Compiler.c | |
parent | fcd1cbd456809d2a2c58644efb71e1f42810d3ab (diff) | |
download | android_dalvik-900a3afd0e8e0d88426b21447d601ee67e17b642.tar.gz android_dalvik-900a3afd0e8e0d88426b21447d601ee67e17b642.tar.bz2 android_dalvik-900a3afd0e8e0d88426b21447d601ee67e17b642.zip |
Jit: Fix register usage bug - Issue 2518825 native crash running ARMv5te JIT
Change I8ca61804 added a call to dvmCanPutArrayElement for APUT_OBJECT,
but did so in a way that violated register usage restrictions. This change
tells the register allocation system what registers we expect to remain
live across the call to dvmCanPutArrayElement.
Change-Id: Icd83b888ba60768a196070d62d07d12c7a3c73c6
Diffstat (limited to 'vm/compiler/Compiler.c')
0 files changed, 0 insertions, 0 deletions