mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Comment out stack_overflow() call to keep cargo xtest working
This commit is contained in:
@@ -17,8 +17,8 @@ pub extern "C" fn _start() -> ! {
|
|||||||
stack_overflow(); // for each recursion, the return address is pushed
|
stack_overflow(); // for each recursion, the return address is pushed
|
||||||
}
|
}
|
||||||
|
|
||||||
// trigger a stack overflow
|
// uncomment line below to trigger a stack overflow
|
||||||
stack_overflow();
|
// stack_overflow();
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
test_main();
|
test_main();
|
||||||
|
|||||||
Reference in New Issue
Block a user