aboutsummaryrefslogtreecommitdiff
path: root/py/objtype.c
diff options
context:
space:
mode:
Diffstat (limited to 'py/objtype.c')
-rw-r--r--py/objtype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/objtype.c b/py/objtype.c
index 80f39d7f1..f812a0e86 100644
--- a/py/objtype.c
+++ b/py/objtype.c
@@ -101,7 +101,7 @@ STATIC int instance_count_native_bases(const mp_obj_type_t *type, const mp_obj_t
struct class_lookup_data {
mp_obj_instance_t *obj;
qstr attr;
- machine_uint_t meth_offset;
+ mp_uint_t meth_offset;
mp_obj_t *dest;
bool is_type;
};