1
0
forked from Rativel/BurritOS

Change var name to fit with rust conventions

This commit is contained in:
Quentin Legot
2023-03-01 11:16:21 +01:00
committed by François Autin
parent cf1c7aad5a
commit 99fc514720
3 changed files with 12 additions and 12 deletions

View File

@@ -37,7 +37,7 @@ impl Thread {
pc: 0
},
stack_pointer: 0,
object_type: ObjectType::THREAD_TYPE
object_type: ObjectType::ThreadType
}
}