| Index: runtime/vm/store_buffer.h
|
| ===================================================================
|
| --- runtime/vm/store_buffer.h (revision 28370)
|
| +++ runtime/vm/store_buffer.h (working copy)
|
| @@ -33,8 +33,8 @@
|
| return pointers_[i];
|
| }
|
|
|
| - static int top_offset() { return OFFSET_OF(StoreBufferBlock, top_); }
|
| - static int pointers_offset() {
|
| + static intptr_t top_offset() { return OFFSET_OF(StoreBufferBlock, top_); }
|
| + static intptr_t pointers_offset() {
|
| return OFFSET_OF(StoreBufferBlock, pointers_);
|
| }
|
|
|
|
|