commit | 791712a13f1814dd3ab5d1a5ab8ff5dbc476f6d6 | [log] [tgz] |
---|---|---|
author | Steve Block <steveblock@google.com> | Fri Aug 27 10:21:07 2010 +0100 |
committer | Steve Block <steveblock@google.com> | Fri Aug 27 10:27:17 2010 +0100 |
tree | 875cbc3272688c25996968c5165b4a957f0eeefb | |
parent | 756813857a4c2a4d8ad2e805969d5768d3cf43a0 [diff] [blame] |
Update V8 to r5318 to fix crashing ARM bugs Bug: 2947054 Change-Id: I9c7398edb1525477c75ace9d383efaf790d12c51
diff --git a/src/codegen.h b/src/codegen.h index 353e186..56c175e 100644 --- a/src/codegen.h +++ b/src/codegen.h
@@ -108,6 +108,7 @@ F(StringCompare, 2, 1) \ F(RegExpExec, 4, 1) \ F(RegExpConstructResult, 3, 1) \ + F(RegExpCloneResult, 1, 1) \ F(GetFromCache, 2, 1) \ F(NumberToString, 1, 1) \ F(SwapElements, 3, 1) \