forked from Rativel/BurritOS
First iteration (not complete) of a test in thread_manager
This commit is contained in:
@@ -16,7 +16,7 @@ macro_rules! get_new_thread {
|
||||
pub struct ThreadContext {
|
||||
pub int_registers: [i64; NUM_INT_REGS],
|
||||
pub float_registers: [f32; NUM_FP_REGS],
|
||||
pc: i64,
|
||||
pub pc: i64,
|
||||
}
|
||||
|
||||
#[derive(PartialEq, Debug)]
|
||||
|
||||
Reference in New Issue
Block a user