Skip to content

Commit

Permalink
Take out deliberate supervisor crash test dummy.
Browse files Browse the repository at this point in the history
  • Loading branch information
diodesign committed Jul 6, 2019
1 parent 8ac9f83 commit 32ec999
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/kernel/supervisor/main.rs
Expand Up @@ -10,8 +10,6 @@
pub extern "C" fn sentry()
{
unsafe { asm!("ecall"); }
// unsafe { let var = 0x90000000 as *mut usize; *var = *var + 1; }
unsafe { asm!("ecall"); }

loop { }
}

0 comments on commit 32ec999

Please sign in to comment.