Fixed: Actually calling llvm we generate

This commit is contained in:
Joshua Hoeflich 2021-08-14 18:20:11 -05:00
parent ce8f947522
commit 744fefc3a1
4 changed files with 5 additions and 4 deletions

View file

@ -1096,7 +1096,7 @@ fn num_bytes_to_u16(symbol: Symbol, var_store: &mut VarStore) -> Def {
let ret_float_var = var_store.fresh();
let body = RunLowLevel {
op: LowLevel::NumAsin,
op: LowLevel::NumBytesToU16,
args: vec![(arg_float_var, Var(Symbol::ARG_1))],
ret_var: ret_float_var,
};