changeset 2956:421a8b72633b

corrected call from fast_method_handle_entry to CppInterpreter::method_handle_entry so that thread is loaded into r2
author "Andrew Dinn <adinn@redhat.com>"
date Thu, 07 Jun 2012 17:49:46 +0100
parents d11542907511
children 883fc064689b
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	Thu May 31 06:42:18 2012 -0400
+++ 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}