| Index: src/ppc/assembler-ppc.h
|
| diff --git a/src/ppc/assembler-ppc.h b/src/ppc/assembler-ppc.h
|
| index 6d635c2688c84499f99036ca2cfc364e453f648d..ae143fd128235fecdebdc5b97f5c22d7faf01097 100644
|
| --- a/src/ppc/assembler-ppc.h
|
| +++ b/src/ppc/assembler-ppc.h
|
| @@ -1213,7 +1213,7 @@ class Assembler : public AssemblerBase {
|
|
|
| // Record a deoptimization reason that can be used by a log or cpu profiler.
|
| // Use --trace-deopt to enable.
|
| - void RecordDeoptReason(const int reason, int raw_position, int id);
|
| + void RecordDeoptReason(DeoptimizeReason reason, int raw_position, int id);
|
|
|
| // Writes a single byte or word of data in the code stream. Used
|
| // for inline tables, e.g., jump-tables.
|
|
|