diff options
| author | Patrick Walton <[email protected]> | 2011-05-09 15:32:12 -0700 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2011-05-09 15:33:02 -0700 |
| commit | 071ed380fb74d2e6a01aebdae0e9ae8ba8b4a9ee (patch) | |
| tree | c43a419e5c5cfa9678ec726bafded5494ebd0fc6 /src/comp/rustc.rc | |
| parent | Register new snapshots. (diff) | |
| download | rust-071ed380fb74d2e6a01aebdae0e9ae8ba8b4a9ee.tar.xz rust-071ed380fb74d2e6a01aebdae0e9ae8ba8b4a9ee.zip | |
rustc: Declare upcalls with real signatures; preparation for killing rust_native_rust_* stubs
Diffstat (limited to 'src/comp/rustc.rc')
| -rw-r--r-- | src/comp/rustc.rc | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |