| Index: runtime/vm/stub_code_ia32.cc
|
| ===================================================================
|
| --- runtime/vm/stub_code_ia32.cc (revision 9322)
|
| +++ runtime/vm/stub_code_ia32.cc (working copy)
|
| @@ -1095,7 +1095,7 @@
|
| // Load top_ out of the StoreBufferBlock and add the address to the pointers_.
|
| // EAX: Address being stored
|
| // CTX: Isolate
|
| - intptr_t store_buffer_offset = Isolate::store_buffer_offset();
|
| + intptr_t store_buffer_offset = Isolate::store_buffer_block_offset();
|
| __ movl(EBX,
|
| Address(CTX, store_buffer_offset + StoreBufferBlock::top_offset()));
|
| __ movl(Address(CTX,
|
|
|