changeset 6994:d01fc4323616

corrected call from fast_method_handle_entry to CppInterpreter::method_handle_entry so that thread is loaded into r2
author adinn
date Thu, 07 Jun 2012 17:49:46 +0100
parents ea5a42a6a655
children 62853c52d68a
files src/cpu/zero/vm/cppInterpreter_arm.S
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/cpu/zero/vm/cppInterpreter_arm.S	Wed Apr 22 05:08:40 2015 +0100
+++ b/src/cpu/zero/vm/cppInterpreter_arm.S	Thu Jun 07 17:49:46 2012 +0100
@@ -2992,6 +2992,7 @@
 	ALIGN_CODE
 fast_method_handle_entry:
 	stmfd	arm_sp!, {regset, lr}
+	mov	r2, thread
 	bl	_ZN14CppInterpreter19method_handle_entryEP13methodOopDesciP6Thread
 	ldmia	sp!, {regset, pc}