summaryrefslogtreecommitdiffstats
path: root/vm/interp
diff options
context:
space:
mode:
authorRocky Zhang <zhangyan.hit@gmail.com>2012-11-29 08:02:29 +0800
committerRocky Zhang <zhangyan.hit@gmail.com>2012-11-29 08:02:29 +0800
commitc0f355cfc79c4bcf60c17c89480a7e1974fb0d67 (patch)
tree47a8b777244585f1babb51d93b5d1c4390e79e27 /vm/interp
parent32155bb0b07f3865173978f488d775e59a471b81 (diff)
downloadandroid_dalvik-c0f355cfc79c4bcf60c17c89480a7e1974fb0d67.tar.gz
android_dalvik-c0f355cfc79c4bcf60c17c89480a7e1974fb0d67.tar.bz2
android_dalvik-c0f355cfc79c4bcf60c17c89480a7e1974fb0d67.zip
remove duplicated call to dvmJitCalleeSave()
Change-Id: Ib7b5f637a22fd5ba60bdb45cd34ac8c1781c7bd3 Signed-off-by: Rocky Zhang <zhangyan.hit@gmail.com>
Diffstat (limited to 'vm/interp')
-rw-r--r--vm/interp/Interp.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/vm/interp/Interp.cpp b/vm/interp/Interp.cpp
index 0c5efe300..a37e1348d 100644
--- a/vm/interp/Interp.cpp
+++ b/vm/interp/Interp.cpp
@@ -1908,7 +1908,6 @@ void dvmInterpret(Thread* self, const Method* method, JValue* pResult)
#endif
self->debugIsMethodEntry = true;
#if defined(WITH_JIT)
- dvmJitCalleeSave(calleeSave);
/* Initialize the state to kJitNot */
self->jitState = kJitNot;
#endif