Commit 9cc65da3 authored by erik.corry@gmail.com's avatar erik.corry@gmail.com

Oh, it has to work on Intel CPUs too?

Review URL: http://codereview.chromium.org/12432

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@838 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 50092cc3
......@@ -180,7 +180,7 @@ void RegExpMacroAssemblerIA32::CheckCharacters(Vector<const uc16> str,
constant_buffer.at<char>(i) = static_cast<char>(str[i]);
}
} else {
memcpy(constant_buffer.location<void>(),
memcpy(constant_buffer.location(),
str.start(),
str.length() * sizeof(uc16));
}
......
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