mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-15 18:05:03 +01:00
more better working debug
This commit is contained in:
parent
08d1f01802
commit
01e6d7802e
5 changed files with 34 additions and 6 deletions
|
|
@ -473,10 +473,11 @@ impl<'bc, 'gc> Compiler<'bc, 'gc> {
|
|||
|
||||
for param in params.iter() {
|
||||
self.compile_expr(param)?;
|
||||
todo!("no params yet")
|
||||
}
|
||||
|
||||
self.push_instr(Instr::Load(offset), StackChange::Grow, call.span);
|
||||
self.push_instr(Instr::Call, StackChange::Grow, call.span);
|
||||
self.push_instr(Instr::Call, StackChange::None, call.span);
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue