aboutsummaryrefslogtreecommitdiff
path: root/qemu-arm/mpconfigport.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu-arm/mpconfigport.h')
-rw-r--r--qemu-arm/mpconfigport.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/qemu-arm/mpconfigport.h b/qemu-arm/mpconfigport.h
index a9f98e5ce..38ea2f7c3 100644
--- a/qemu-arm/mpconfigport.h
+++ b/qemu-arm/mpconfigport.h
@@ -19,6 +19,7 @@
#define MICROPY_PY_BUILTINS_MEMORYVIEW (1)
#define MICROPY_PY_IO (0)
#define MICROPY_PY_SYS_EXIT (1)
+#define MICROPY_PY_SYS_MAXSIZE (1)
// type definitions for the specific machine
@@ -26,6 +27,8 @@
#define MICROPY_MAKE_POINTER_CALLABLE(p) ((void*)((mp_uint_t)(p) | 1))
+#define MP_SSIZE_MAX (0x7fffffff)
+
#define UINT_FMT "%lu"
#define INT_FMT "%ld"