Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(13)

Unified Diff: src/assembler-ia32.h

Issue 10795: Fixes to RegExp-IA32. (Closed)
Patch Set: Created 12 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/SConscript ('k') | src/assembler-ia32.cc » ('j') | src/flag-definitions.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/assembler-ia32.h
diff --git a/src/assembler-ia32.h b/src/assembler-ia32.h
index 3efd2f239b6901e1efd2b4f6a9880ec0f0d63e9a..8e330d181cf720628fad2decce78128a75887814 100644
--- a/src/assembler-ia32.h
+++ b/src/assembler-ia32.h
@@ -499,7 +499,7 @@ class Assembler : public Malloced {
void cmp(const Operand& op, const Immediate& imm);
void rep_cmpsb();
- void rep_cmpsw();
+ void rep_cmpsl();
void dec_b(Register dst);
« no previous file with comments | « src/SConscript ('k') | src/assembler-ia32.cc » ('j') | src/flag-definitions.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698