Commit ec70b5c0 authored by ager@chromium.org's avatar ager@chromium.org

Update Code::NUMBER_OF_KINDS to include binary op ICs.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5100 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent adc2ff75
......@@ -2725,7 +2725,7 @@ class Code: public HeapObject {
};
enum {
NUMBER_OF_KINDS = KEYED_STORE_IC + 1
NUMBER_OF_KINDS = LAST_IC_KIND + 1
};
#ifdef ENABLE_DISASSEMBLER
......
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