Revision: 11770
Author: [email protected]
Date: Mon Jun 11 23:47:29 2012
Log: Presubmit fix.
[email protected]
Review URL: https://chromiumcodereview.appspot.com/10539102
http://code.google.com/p/v8/source/detail?r=11770
Modified:
/branches/bleeding_edge/src/mips/regexp-macro-assembler-mips.cc
=======================================
--- /branches/bleeding_edge/src/mips/regexp-macro-assembler-mips.cc Mon Jun
11 23:43:13 2012
+++ /branches/bleeding_edge/src/mips/regexp-macro-assembler-mips.cc Mon Jun
11 23:47:29 2012
@@ -833,7 +833,8 @@
__ Branch(
&load_char_start_regexp, ne, current_input_offset(),
Operand(t7));
// Offset from the end is zero if we already reached the end.
- __ Branch(&exit_label_, eq, current_input_offset(),
Operand(zero_reg));
+ __ Branch(&exit_label_, eq, current_input_offset(),
+ Operand(zero_reg));
// Advance current position after a zero-length match.
__ Addu(current_input_offset(),
current_input_offset(),
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev