misc cleanup

This commit is contained in:
Brendan Hansknecht 2022-03-01 15:52:34 -08:00
parent 3bada97067
commit beeff5ca72
4 changed files with 18 additions and 14 deletions

View file

@ -336,7 +336,7 @@ trait Backend<'a> {
..
} => {
self.load_literal_symbols(arguments);
self.tag(sym, &arguments, tag_layout, *tag_id);
self.tag(sym, arguments, tag_layout, *tag_id);
}
x => todo!("the expression, {:?}", x),
}