| Index: runtime/vm/bootstrap_natives.h
|
| diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
|
| index d214b1b238640dd625d1a6a29fc753ba5eb752a0..4bb5e932ee4380227a5aa7a8900dae525b7b4c64 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) \
|
|
|