| Index: src/x87/macro-assembler-x87.h
|
| diff --git a/src/x87/macro-assembler-x87.h b/src/x87/macro-assembler-x87.h
|
| index 06dfdaf79d1243e38d44c31718a5cc1f32bcf3cf..481581eba96708652a40824ee30515bd57087601 100644
|
| --- a/src/x87/macro-assembler-x87.h
|
| +++ b/src/x87/macro-assembler-x87.h
|
| @@ -685,12 +685,11 @@ class MacroAssembler: public Assembler {
|
| Register length,
|
| Register scratch);
|
|
|
| - // Initialize fields with filler values. Fields starting at |start_offset|
|
| - // not including end_offset are overwritten with the value in |filler|. At
|
| - // the end the loop, |start_offset| takes the value of |end_offset|.
|
| - void InitializeFieldsWithFiller(Register start_offset,
|
| - Register end_offset,
|
| - Register filler);
|
| + // Initialize fields with filler values. Fields starting at |current_address|
|
| + // not including |end_address| are overwritten with the value in |filler|. At
|
| + // the end the loop, |current_address| takes the value of |end_address|.
|
| + void InitializeFieldsWithFiller(Register current_address,
|
| + Register end_address, Register filler);
|
|
|
| // ---------------------------------------------------------------------------
|
| // Support functions.
|
|
|