Skip to content

Commit 89288e3

Browse files
committed
---
yaml --- r: 2134 b: refs/heads/master c: c40cf96 h: refs/heads/master v: v3
1 parent e0fcd35 commit 89288e3

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
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: f6be25a8705b40c2c5127b52479485d904d38b64
2+
refs/heads/master: c40cf9665685a5c90082506a9518773e466d6b4f

trunk/src/rt/rust.cpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,10 @@ extern "C" CDECL int
8080
rust_start(uintptr_t main_fn, rust_crate const *crate, int argc,
8181
char **argv, void* crate_map) {
8282

83-
// Only when we're on rustc is the last argument passed
84-
if (!crate->get_image_base())
85-
update_log_settings(crate_map, getenv("RUST_LOG"));
83+
// FIXME commented out until I figure out how to detect rustboot in a sane
84+
// way
85+
/* if (NOT_USING_RUSTBOOT)
86+
update_log_settings(crate_map, getenv("RUST_LOG"));*/
8687
rust_srv *srv = new rust_srv();
8788
rust_kernel *kernel = new rust_kernel(srv);
8889
kernel->start();

0 commit comments

Comments
 (0)