Skip to content

Commit cafd50a

Browse files
committed
---
yaml --- r: 6651 b: refs/heads/master c: b73caec h: refs/heads/master i: 6649: ecd52b9 6647: faaf15b v: v3
1 parent 96adb3c commit cafd50a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

[refs]

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 5cd08586f6007325b50b697ce2ae175810637b0f
2+
refs/heads/master: b73caec3ced9e6588856f77f6a03319d3515f5ac

trunk/src/rt/rust_upcall.cpp

+1-3
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,8 @@ extern "C" CDECL void
6363
upcall_fail(char const *expr,
6464
char const *file,
6565
size_t line) {
66-
// FIXME: Need to fix the stack switching function to unwind properly
67-
// in order to switch stacks here
6866
s_fail_args args = {expr,file,line};
69-
upcall_s_fail(&args);
67+
SWITCH_STACK(&args, upcall_s_fail);
7068
}
7169

7270
struct s_malloc_args {

0 commit comments

Comments
 (0)