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 c69ddf9 commit b5b123eCopy full SHA for b5b123e
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 955bef3f4d7631a9183ed75e19c7b5830a29cadb
+refs/heads/master: 9c2abb8253190a0bbfd7b6880b2257966fc0484c
trunk/src/rt/rust_gc.cpp
@@ -41,7 +41,7 @@ class safe_point_map {
41
#endif
42
n_safe_points = *data++;
43
index = (const std::pair<void *,const safe_point *> *)data;
44
- data += n_safe_points;
+ data += n_safe_points * 2;
45
safe_points = (const safe_point *)data;
46
}
47
};
0 commit comments