We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96adb3c commit cafd50aCopy full SHA for cafd50a
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 5cd08586f6007325b50b697ce2ae175810637b0f
+refs/heads/master: b73caec3ced9e6588856f77f6a03319d3515f5ac
trunk/src/rt/rust_upcall.cpp
@@ -63,10 +63,8 @@ extern "C" CDECL void
63
upcall_fail(char const *expr,
64
char const *file,
65
size_t line) {
66
- // FIXME: Need to fix the stack switching function to unwind properly
67
- // in order to switch stacks here
68
s_fail_args args = {expr,file,line};
69
- upcall_s_fail(&args);
+ SWITCH_STACK(&args, upcall_s_fail);
70
}
71
72
struct s_malloc_args {
0 commit comments