We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c89cf14 commit ce6dbd7Copy full SHA for ce6dbd7
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: d8d9f2adf27ffa57fcd84958d6a823d0d6b90b77
+refs/heads/master: e417e78e2b9757931613d0587e5ca1b7fb9085f1
trunk/src/rt/rust_gc.cpp
@@ -57,7 +57,7 @@ struct safe_point {
57
58
struct safe_point_index_entry {
59
void (*ra)(); // The return address.
60
- const safe_point *safe_point; // The safe point.
+ const struct safe_point *safe_point; // The safe point.
61
62
struct cmp {
63
bool operator()(const safe_point_index_entry &entry, void (*ra)())
0 commit comments