Wrote stack unwinder. NEEDTO: fix NoUnwindInfo
Probably incorrect PC was set.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
use crate::prelude::{_print_log, _serial_write};
|
||||
use core::fmt;
|
||||
use x86_64::instructions::interrupts;
|
||||
use crate::prelude::{_print_log, _serial_write};
|
||||
|
||||
#[macro_export]
|
||||
macro_rules! debugln {
|
||||
@@ -19,4 +19,3 @@ pub fn _debug(args: fmt::Arguments) {
|
||||
_serial_write(args);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user