py/nativeglue: Rename native convert funs to match other native helpers.

This commit is contained in:
Damien George
2019-03-09 10:22:09 +11:00
parent 3b973a5658
commit 0e4c24ec08
3 changed files with 9 additions and 9 deletions

View File

@@ -510,7 +510,7 @@ STATIC mp_obj_t fun_asm_call(mp_obj_t self_in, size_t n_args, size_t n_kw, const
);
}
return mp_convert_native_to_obj(ret, self->type_sig);
return mp_native_to_obj(ret, self->type_sig);
}
STATIC const mp_obj_type_t mp_type_fun_asm = {