Skip to content

Commit 6a6baae

Browse files
author
Elliott Slaughter
committed
---
yaml --- r: 23781 b: refs/heads/master c: 5637126 h: refs/heads/master i: 23779: 3dfd7a6 v: v3
1 parent 2c0b868 commit 6a6baae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 961bd48724a3b9e75685d23d8d0e52a20f6ccf68
2+
refs/heads/master: 5637126449ee872231e5aeace5eb606734c5489a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be

trunk/src/rt/rust_gc_metadata.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ struct update_gc_entry_args {
1616
};
1717

1818
static void
19-
update_gc_entry(const mod_entry* entry, void *cookie) {
19+
update_gc_entry(const mod_entry *entry, void *cookie) {
2020
update_gc_entry_args *args = (update_gc_entry_args *)cookie;
2121
if (!strcmp(entry->name, "_gc_module_metadata")) {
22-
uintptr_t *next = entry->state;
22+
uintptr_t *next = (uintptr_t *)entry->state;
2323
uint32_t num_safe_points = *(uint32_t *)next;
2424
next++;
2525

0 commit comments

Comments
 (0)