Fix an incorrect var

This commit is contained in:
Richard Feldman 2022-07-01 23:22:02 -04:00
parent 40d90c9fb3
commit 09a656640e
No known key found for this signature in database
GPG key ID: 7E4127D1E4241798

View file

@ -1686,7 +1686,7 @@ fn str_to_scalars(symbol: Symbol, var_store: &mut VarStore) -> Def {
let body = RunLowLevel {
op: LowLevel::StrToScalars,
args: vec![(str_var, Var(Symbol::ARG_1))],
ret_var: str_var,
ret_var: list_u32_var,
};
defn(