@reg and @value reading and writing is now possible

This commit is contained in:
2020-10-07 22:24:30 +02:00
parent 562fc48151
commit 4115e07ee6
9 changed files with 151 additions and 56 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ impl OpTrait for StackOp {
let eres = EvalRes::default();
match self {
StackOp::NewStack { dst } => {
let id = info.uniq();
let id = info.unique_value();
let stacks: &mut Stacks = state.ext_mut();
stacks.store.insert(id, VecDeque::new());