File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 01353b2a7f68e82e1a0e77535a727d1532eb3627
2
+ refs/heads/master: 53f787e0b3ebe95f8b771d219eb4370f8871c4e8
Original file line number Diff line number Diff line change @@ -245,8 +245,8 @@ BOOT_OBJS := $(BOOT_MLS:.ml=.o)
245
245
BOOT_CMIS := $(BOOT_MLS:.ml=.cmi )
246
246
247
247
RUNTIME_CS := rt/sync/spin_lock.cpp \
248
- rt/sync/lock_free_queue.cpp \
249
- rt/sync/condition_variable.cpp \
248
+ rt/sync/lock_free_queue.cpp \
249
+ rt/sync/condition_variable.cpp \
250
250
rt/rust.cpp \
251
251
rt/rust_builtin.cpp \
252
252
rt/rust_crate.cpp \
@@ -263,7 +263,7 @@ RUNTIME_CS := rt/sync/spin_lock.cpp \
263
263
rt/isaac/randport.cpp
264
264
265
265
RUNTIME_HDR := rt/globals.h \
266
- rt/rust.h \
266
+ rt/rust.h \
267
267
rt/rust_dwarf.h \
268
268
rt/rust_internal.h \
269
269
rt/rust_util.h \
You can’t perform that action at this time.
0 commit comments