Author: [EMAIL PROTECTED]
Date: Tue Nov 25 05:23:49 2008
New Revision: 838
Modified:
branches/bleeding_edge/src/regexp-macro-assembler-ia32.cc
Log:
Oh, it has to work on Intel CPUs too?
Review URL: http://codereview.chromium.org/12432
Modified: branches/bleeding_edge/src/regexp-macro-assembler-ia32.cc
==============================================================================
--- branches/bleeding_edge/src/regexp-macro-assembler-ia32.cc (original)
+++ branches/bleeding_edge/src/regexp-macro-assembler-ia32.cc Tue Nov 25
05:23:49 2008
@@ -180,7 +180,7 @@
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));
}
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---