Skip to content

Commit ce6dbd7

Browse files
committed
---
yaml --- r: 4855 b: refs/heads/master c: e417e78 h: refs/heads/master i: 4853: 91292c7 4851: be9683b 4847: 829afde v: v3
1 parent c89cf14 commit ce6dbd7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: d8d9f2adf27ffa57fcd84958d6a823d0d6b90b77
2+
refs/heads/master: e417e78e2b9757931613d0587e5ca1b7fb9085f1

trunk/src/rt/rust_gc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ struct safe_point {
5757

5858
struct safe_point_index_entry {
5959
void (*ra)(); // The return address.
60-
const safe_point *safe_point; // The safe point.
60+
const struct safe_point *safe_point; // The safe point.
6161

6262
struct cmp {
6363
bool operator()(const safe_point_index_entry &entry, void (*ra)())

0 commit comments

Comments
 (0)