| Index: src/mips/macro-assembler-mips.h
|
| diff --git a/src/mips/macro-assembler-mips.h b/src/mips/macro-assembler-mips.h
|
| index 44f6c4b58adad2ba60b07efa90f2b48af2757336..481c7d4a522c4eb694263b5c393b1d68d00047ce 100644
|
| --- a/src/mips/macro-assembler-mips.h
|
| +++ b/src/mips/macro-assembler-mips.h
|
| @@ -969,12 +969,12 @@ class MacroAssembler: public Assembler {
|
| // -------------------------------------------------------------------------
|
| // Exception handling.
|
|
|
| - // Push a new try handler and link into try handler chain.
|
| - void PushTryHandler(StackHandler::Kind kind, int handler_index);
|
| + // Push a new stack handler and link into stack handler chain.
|
| + void PushStackHandler();
|
|
|
| - // Unlink the stack handler on top of the stack from the try handler chain.
|
| + // Unlink the stack handler on top of the stack from the stack handler chain.
|
| // Must preserve the result register.
|
| - void PopTryHandler();
|
| + void PopStackHandler();
|
|
|
| // Copies a fixed number of fields of heap objects from src to dst.
|
| void CopyFields(Register dst, Register src, RegList temps, int field_count);
|
|
|