1
0
forked from Rativel/BurritOS

Improve test in thread_manager, increase memory size to make it fit

This commit is contained in:
Quentin Legot
2023-04-04 22:01:49 +02:00
parent a001e45c3f
commit 0fd2815a59
4 changed files with 20 additions and 13 deletions

View File

@@ -1,5 +1,3 @@
use libc::printf;
use crate::simulator::{machine::{ExceptionType, Machine}, error::{MachineOk, MachineError}};