Index: src/codegen-arm.cc |
=================================================================== |
--- src/codegen-arm.cc (revision 1613) |
+++ src/codegen-arm.cc (working copy) |
@@ -4858,7 +4858,7 @@ |
// Notify the simulator of the transition to C code. |
__ swi(assembler::arm::call_rt_r5); |
#else /* !defined(__arm__) */ |
- __ mov(pc, Operand(r5)); |
+ __ Jump(r5); |
#endif /* !defined(__arm__) */ |
if (always_allocate) { |