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 d97a8a3210
commit e7ee1faaba
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;