| Index: src/x64/macro-assembler-x64.h
|
| ===================================================================
|
| --- src/x64/macro-assembler-x64.h (revision 2128)
|
| +++ src/x64/macro-assembler-x64.h (working copy)
|
| @@ -159,9 +159,8 @@
|
| // ---------------------------------------------------------------------------
|
| // Exception handling
|
|
|
| - // Push a new try handler and link into try handler chain.
|
| - // The return address must be pushed before calling this helper.
|
| - // On exit, rax contains TOS (next_sp).
|
| + // Push a new try handler and link into try handler chain. The return
|
| + // address must be pushed before calling this helper.
|
| void PushTryHandler(CodeLocation try_location, HandlerType type);
|
|
|
|
|
|
|