M regexp-macro-assembler-ia32.cc


git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@2637 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent d6fcda00
......@@ -1254,7 +1254,7 @@ void RegExpMacroAssemblerIA32::SafeCall(Label* to) {
void RegExpMacroAssemblerIA32::SafeReturn() {
__ add(Operand(esp,0), Immediate(masm_->CodeObject()));
__ add(Operand(esp, 0), Immediate(masm_->CodeObject()));
__ ret(0);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment