| Index: src/cxa_personality.cpp
|
| diff --git a/src/cxa_personality.cpp b/src/cxa_personality.cpp
|
| index 87ec1a3eb6ad36225724191113831b766ca134f5..8589ee4cbe425bc39aaf6f5a8208c4160f312d1b 100644
|
| --- a/src/cxa_personality.cpp
|
| +++ b/src/cxa_personality.cpp
|
| @@ -512,7 +512,7 @@ set_registers(_Unwind_Exception* unwind_exception, _Unwind_Context* context,
|
| const scan_results& results)
|
| {
|
| // @LOCALMOD-START
|
| -#if defined(__pnacl__)
|
| +#if defined(__pnacl__) || defined(__arm__)
|
| _Unwind_PNaClSetResult0(
|
| context, reinterpret_cast<uintptr_t>(unwind_exception));
|
| _Unwind_PNaClSetResult1(
|
|
|