Revision: 2637
Author: [email protected]
Date: Thu Aug  6 06:57:34 2009
Log: M    regexp-macro-assembler-ia32.cc

http://code.google.com/p/v8/source/detail?r=2637

Modified:
  /branches/bleeding_edge/src/ia32/regexp-macro-assembler-ia32.cc

=======================================
--- /branches/bleeding_edge/src/ia32/regexp-macro-assembler-ia32.cc     Thu  
Aug  6 05:51:04 2009
+++ /branches/bleeding_edge/src/ia32/regexp-macro-assembler-ia32.cc     Thu  
Aug  6 06:57:34 2009
@@ -1254,7 +1254,7 @@


  void RegExpMacroAssemblerIA32::SafeReturn() {
-  __ add(Operand(esp,0), Immediate(masm_->CodeObject()));
+  __ add(Operand(esp, 0), Immediate(masm_->CodeObject()));
    __ ret(0);
  }


--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to