add update mode variables

This commit is contained in:
Folkert 2021-05-09 01:03:29 +02:00
parent e7f59ea62d
commit 8799973ffe
9 changed files with 70 additions and 13 deletions

View file

@ -211,7 +211,7 @@ where
}
}
CallType::LowLevel { op: lowlevel } => {
CallType::LowLevel { op: lowlevel, .. } => {
self.build_run_low_level(sym, lowlevel, arguments, layout)
}
x => Err(format!("the call type, {:?}, is not yet implemented", x)),