Skip to content

Commit 9b3c721

Browse files
committed
---
yaml --- r: 129466 b: refs/heads/snap-stage3 c: 69fbef1 h: refs/heads/master v: v3
1 parent c594752 commit 9b3c721

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 566b470e138e929e8a93d613372db1ba177c494f
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 08a34531111ce02e0db9c7deed291f65508593bd
4+
refs/heads/snap-stage3: 69fbef1d87ffc4807ff75676f30c7ea30bb11a96
55
refs/heads/try: 80b45ddbd351f0a4a939c3a3c4e20b4defec4b35
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/librustrt/unwind.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,10 @@ pub mod eabi {
333333
uw::_URC_HANDLER_FOUND // catch!
334334
}
335335
else { // cleanup phase
336-
uw::_URC_INSTALL_CONTEXT
336+
unsafe {
337+
__gcc_personality_sj0(_version, actions, _exception_class, _ue_header,
338+
_context)
339+
}
337340
}
338341
}
339342
}

0 commit comments

Comments
 (0)