| Index: src/arm/assembler-arm.h
|
| diff --git a/src/arm/assembler-arm.h b/src/arm/assembler-arm.h
|
| index cf42dc8096cc3126c88afc9fc1e17a2bae830852..91e6244bbd42ab73d2ccc9fac41ba8d225ea8440 100644
|
| --- a/src/arm/assembler-arm.h
|
| +++ b/src/arm/assembler-arm.h
|
| @@ -549,7 +549,7 @@ extern const Instr kAndBicFlip;
|
|
|
|
|
|
|
| -class Assembler : public Malloced {
|
| +class Assembler : public AssemblerBase {
|
| public:
|
| // Create an assembler. Instructions and relocation information are emitted
|
| // into a buffer, with the instructions starting from the beginning and the
|
|
|