We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3e6c46 commit 4081498Copy full SHA for 4081498
bricks/_common/mpconfigport.h
@@ -134,8 +134,8 @@
134
// to print such value. So, we avoid int32_t and use int directly.
135
#define UINT_FMT "%u"
136
#define INT_FMT "%d"
137
-typedef int mp_int_t; // must be pointer size
138
-typedef unsigned mp_uint_t; // must be pointer size
+typedef intptr_t mp_int_t; // must be pointer size
+typedef uintptr_t mp_uint_t; // must be pointer size
139
140
typedef long mp_off_t;
141
0 commit comments