| Index: runtime/vm/assembler_x64.h
|
| ===================================================================
|
| --- runtime/vm/assembler_x64.h (revision 42713)
|
| +++ runtime/vm/assembler_x64.h (working copy)
|
| @@ -772,7 +772,7 @@
|
|
|
| // Stores a Smi value into a heap object field that always contains a Smi.
|
| void StoreIntoSmiField(const Address& dest, Register value);
|
| - void ZeroSmiField(const Address& dest);
|
| + void ZeroInitSmiField(const Address& dest);
|
| // Increments a Smi field. Leaves flags in same state as an 'addq'.
|
| void IncrementSmiField(const Address& dest, int64_t increment);
|
|
|
|
|