DescriptionPPC: [interpreter] Fix return address when entering exception handler.
Port ca51c204e1ab1519e2c623a74fad117577c37732
Original commit message:
This fixes the broken return address when the exception handler within
interpreted bytecode is being entered via stack unwinding. The address
in question will never actually be taken, but our stack walker uses this
address to determine whether a frame is interpreted.
R=mstarzinger@chromium.org, joransiu@ca.ibm.com, jyan@ca.ibm.com, michael_dawson@ca.ibm.com
TEST=cctest/test-interpreter/InterpreterTryCatch
BUG=v8:4674
LOG=n
Committed: https://crrev.com/35dfeb2cfda3371535ce0c90e2a0d7bae132fce9
Cr-Commit-Position: refs/heads/master@{#33471}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|