From 071ed380fb74d2e6a01aebdae0e9ae8ba8b4a9ee Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Mon, 9 May 2011 15:32:12 -0700 Subject: rustc: Declare upcalls with real signatures; preparation for killing rust_native_rust_* stubs --- src/comp/rustc.rc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/comp/rustc.rc') diff --git a/src/comp/rustc.rc b/src/comp/rustc.rc index 4f4b0849..816a4503 100644 --- a/src/comp/rustc.rc +++ b/src/comp/rustc.rc @@ -35,6 +35,7 @@ mod front { mod back { mod Link; mod abi; + mod upcall; mod x86; } -- cgit v1.2.3