mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-29 05:03:34 +08:00
runtime: remove inaccurate sp on panic
This commit is contained in:
parent
01e357e5d3
commit
36171f2c61
@ -290,7 +290,6 @@ pub extern fn exception(regs: *const TrapFrame) {
|
||||
info!("Called interrupt with {:?}", source);
|
||||
},
|
||||
mcause::Trap::Exception(e) => {
|
||||
println!("Stack pointer: {:p}", regs);
|
||||
println!("Trap frame: {:x?}", unsafe { *regs });
|
||||
|
||||
fn hexdump(addr: u32) {
|
||||
|
Loading…
Reference in New Issue
Block a user