Changed all reference to thread with an RefCell to enforce mutability
This commit is contained in:
committed by
François Autin
parent
a1713e0373
commit
45fea708fc
@ -59,7 +59,7 @@ impl UContextT {
|
||||
|
||||
pub fn new() -> Self {
|
||||
Self {
|
||||
stackBottom: Vec::default()
|
||||
stack_bottom: Vec::default()
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user