| Index: src/arm/simulator-arm.cc
|
| diff --git a/src/arm/simulator-arm.cc b/src/arm/simulator-arm.cc
|
| old mode 100644
|
| new mode 100755
|
| index c9db167b0e66ff644a3aa09b7df7c54dfa23c792..a982a83015af915a5dafc848b0f2be4e64d2654a
|
| --- a/src/arm/simulator-arm.cc
|
| +++ b/src/arm/simulator-arm.cc
|
| @@ -1830,7 +1830,7 @@ void Simulator::SoftwareInterrupt(Instruction* instr) {
|
| reinterpret_cast<SimulatorRuntimeCall>(external);
|
| if (::v8::internal::FLAG_trace_sim || !stack_aligned) {
|
| PrintF(
|
| - "Call to host function at %p"
|
| + "Call to host function at %p "
|
| "args %08x, %08x, %08x, %08x, %08x, %08x",
|
| FUNCTION_ADDR(target),
|
| arg0,
|
|
|