Index: runtime/vm/deopt_instructions.h |
diff --git a/runtime/vm/deopt_instructions.h b/runtime/vm/deopt_instructions.h |
index 5dfab383bd48070ee969b7d12e0344cc9351c761..79a2c5024ecb8c43a0d8ff39b2a4e13e05182195 100644 |
--- a/runtime/vm/deopt_instructions.h |
+++ b/runtime/vm/deopt_instructions.h |
@@ -115,7 +115,7 @@ class DeoptContext { |
#else |
// First argument is the lowest slot because stack is growing upwards. |
return reinterpret_cast<intptr_t*>( |
- frame->fp() - (kDartFrameFixedSize + num_args_) * kWordSize); |
+ frame->fp() - (kDartFrameFixedSize + num_args_) * kWordSize); |
#endif // !defined(TARGET_ARCH_DBC) |
} |