Add a wrapper function and print the exception stack frame

This commit is contained in:
Philipp Oppermann
2016-08-03 16:22:59 +02:00
parent 07bef978ad
commit 308b033ea9
2 changed files with 32 additions and 3 deletions

View File

@@ -11,6 +11,8 @@
#![feature(const_fn, unique)]
#![feature(alloc, collections)]
#![feature(asm)]
#![feature(naked_functions)]
#![feature(core_intrinsics)]
#![no_std]
extern crate rlibc;