Index: src/compiler/instruction-codes.h |
diff --git a/src/compiler/instruction-codes.h b/src/compiler/instruction-codes.h |
index fdb46ec6cfaf40046e28a344482ae89cae328472..044b15d6caa5fc7f0f5f1ce2ff804a75aac97805 100644 |
--- a/src/compiler/instruction-codes.h |
+++ b/src/compiler/instruction-codes.h |
@@ -37,6 +37,7 @@ namespace compiler { |
V(ArchCallCodeObject) \ |
V(ArchCallJSFunction) \ |
V(ArchJmp) \ |
+ V(ArchSwitch) \ |
V(ArchNop) \ |
V(ArchRet) \ |
V(ArchStackPointer) \ |