Fix remaining issues, move setjmp into relibc crate, move start logic into relibc

This commit is contained in:
Jeremy Soller
2018-08-26 12:28:27 -06:00
parent c63c930e4a
commit ed00ddfb54
37 changed files with 8 additions and 7 deletions
+1
View File
@@ -34,6 +34,7 @@ extern crate spin;
mod macros;
pub mod header;
pub mod platform;
pub mod start;
use platform::{Allocator, Pal, Sys};