Index: runtime/vm/bootstrap_natives.h |
diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h |
index 81d46ec7162d9fbbc7d72017f069da0613a80568..aa7b00ac83f4b1e815f9369847b2e44cde399272 100644 |
--- a/runtime/vm/bootstrap_natives.h |
+++ b/runtime/vm/bootstrap_natives.h |
@@ -56,6 +56,7 @@ namespace dart { |
V(SendPortImpl_get_id, 1) \ |
V(SendPortImpl_get_hashcode, 1) \ |
V(SendPortImpl_sendInternal_, 2) \ |
+ V(Smi_bitAndFromSmi, 2) \ |
V(Smi_shlFromInt, 2) \ |
V(Smi_shrFromInt, 2) \ |
V(Smi_bitNegate, 1) \ |