| Index: src/ppc/macro-assembler-ppc.h
|
| diff --git a/src/ppc/macro-assembler-ppc.h b/src/ppc/macro-assembler-ppc.h
|
| index 04c44315fdea7423ee5a131b80211a9fbc2a4055..e830be9111f2fd8c78ebecc2251149ae5e736edc 100644
|
| --- a/src/ppc/macro-assembler-ppc.h
|
| +++ b/src/ppc/macro-assembler-ppc.h
|
| @@ -1526,7 +1526,7 @@ class CodePatcher {
|
| enum FlushICache { FLUSH, DONT_FLUSH };
|
|
|
| CodePatcher(byte* address, int instructions, FlushICache flush_cache = FLUSH);
|
| - virtual ~CodePatcher();
|
| + ~CodePatcher();
|
|
|
| // Macro assembler to emit code.
|
| MacroAssembler* masm() { return &masm_; }
|
|
|