forked from Rativel/BurritOS
Change var name to fit with rust conventions
This commit is contained in:
committed by
François Autin
parent
cf1c7aad5a
commit
99fc514720
@@ -37,7 +37,7 @@ impl Thread {
|
||||
pc: 0
|
||||
},
|
||||
stack_pointer: 0,
|
||||
object_type: ObjectType::THREAD_TYPE
|
||||
object_type: ObjectType::ThreadType
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user