forgot an unsafe

pull/15/head
Andre Richter 6 years ago
parent 4ecddb20de
commit 5db5147a1d
No known key found for this signature in database
GPG Key ID: 2116C1AB102F615E

@ -65,7 +65,7 @@ macro_rules! exception_return {
/// is overwritten.
#[naked]
#[no_mangle]
extern "C" fn default_exception_handler() {
unsafe extern "C" fn default_exception_handler() {
UART.puts("Unexpected exception. Halting CPU.\n");
loop {

Loading…
Cancel
Save