From c1cf7cb3237bf94b9ab41601e67fa5264bff402c Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Thu, 17 Nov 2011 11:44:31 -0800 Subject: [PATCH 1/2] Register snapshots --- src/snapshots.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/snapshots.txt b/src/snapshots.txt index ba25522b810d..e3fc295403b5 100644 --- a/src/snapshots.txt +++ b/src/snapshots.txt @@ -1,3 +1,8 @@ +S 2011-11-17 a92699f + linux-i386 160fb4e75ebedc4b265169b6cbb161a5aab58c6a + macos-i386 ef9f703a15d99d69d1db24c674d2ed9693c4cef6 + winnt-i386 207595af91428788e023e311154b1665e1643608 + S 2011-11-16 045a437 linux-i386 41cbc23f21b7978b8a029b1ddabadf67638c412a macos-i386 938a3ec1f3d5e4634617e9b0ac8a451fb939b099 From 30871408a62cd5273779fbad4eac1ff86b29697b Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Thu, 17 Nov 2011 11:48:10 -0800 Subject: [PATCH 2/2] rt: Remove debug printf in rust_start --- src/rt/rust.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rt/rust.cpp b/src/rt/rust.cpp index 0049537bd33f..74e0db312473 100644 --- a/src/rt/rust.cpp +++ b/src/rt/rust.cpp @@ -76,7 +76,6 @@ int check_claims = 0; extern "C" CDECL int rust_start(uintptr_t main_fn, int argc, char **argv, void* crate_map) { - fprintf(stderr, "rust_start, argc=%d argv=%p\n", argc, argv); rust_env *env = load_env();