Index: src/mips64/macro-assembler-mips64.h |
diff --git a/src/mips64/macro-assembler-mips64.h b/src/mips64/macro-assembler-mips64.h |
index 3c1c2b0a50346e5071af8723cbdd54285385ce65..6088b6164e5d22fa348334a04a9d2c70e80c827e 100644 |
--- a/src/mips64/macro-assembler-mips64.h |
+++ b/src/mips64/macro-assembler-mips64.h |
@@ -999,12 +999,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); |