OSDN Git Service

Use old frame for dvmReportPreNativeInvoke/dvmReportPostNativeInvoke
authorChris Dearman <chris@mips.com>
Tue, 31 Jan 2012 01:44:28 +0000 (17:44 -0800)
committerRaghu Gandham <raghu@mips.com>
Wed, 15 Feb 2012 19:02:48 +0000 (11:02 -0800)
commit7882ef9e459373e31c5e06eb2d2fe96c2e948300
tree83e518c0b37ea11af157d03c0a7c5a4ed35f28ba
parent0d5443d0ef4c5538112a9ae1d1c8b93b8ab18736
Use old frame for dvmReportPreNativeInvoke/dvmReportPostNativeInvoke

The portable and standard interpreters were using different values.
The portable interpeter is correct...

Change-Id: I8669dfbc979f161666e6b7f63aae16f48612a0c6
Signed-off-by: Chris Dearman <chris@mips.com>
vm/mterp/c/gotoTargets.cpp
vm/mterp/out/InterpC-allstubs.cpp
vm/mterp/out/InterpC-portable.cpp
vm/mterp/out/InterpC-x86-atom.cpp
vm/mterp/out/InterpC-x86.cpp