| Index: src/arm/macro-assembler-arm.h
|
| ===================================================================
|
| --- src/arm/macro-assembler-arm.h (revision 4747)
|
| +++ src/arm/macro-assembler-arm.h (working copy)
|
| @@ -119,7 +119,7 @@
|
|
|
| // For the page containing |object| mark the region covering [object+offset]
|
| // dirty. The object address must be in the first 8K of an allocated page.
|
| - void RecordWriteHelper(Register object, Register offset, Register scracth);
|
| + void RecordWriteHelper(Register object, Register offset, Register scratch);
|
|
|
| // For the page containing |object| mark the region covering [object+offset]
|
| // dirty. The object address must be in the first 8K of an allocated page.
|
|
|