aboutsummaryrefslogtreecommitdiff
path: root/ports/qemu-arm/mpconfigport.h
diff options
context:
space:
mode:
Diffstat (limited to 'ports/qemu-arm/mpconfigport.h')
-rw-r--r--ports/qemu-arm/mpconfigport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/qemu-arm/mpconfigport.h b/ports/qemu-arm/mpconfigport.h
index 3d4abd52f..498ab3ed2 100644
--- a/ports/qemu-arm/mpconfigport.h
+++ b/ports/qemu-arm/mpconfigport.h
@@ -43,7 +43,7 @@
// type definitions for the specific machine
-#define MICROPY_MAKE_POINTER_CALLABLE(p) ((void*)((mp_uint_t)(p) | 1))
+#define MICROPY_MAKE_POINTER_CALLABLE(p) ((void *)((mp_uint_t)(p) | 1))
#define MP_SSIZE_MAX (0x7fffffff)