1 parent 323f39a commit 9d324b0Copy full SHA for 9d324b0
1 file changed
stm/mpconfigport.h
@@ -13,6 +13,9 @@
13
14
#define BYTES_PER_WORD (4)
15
16
+#define UINT_FMT "%lu"
17
+#define INT_FMT "%ld"
18
+
19
typedef int32_t machine_int_t; // must be pointer size
20
typedef uint32_t machine_uint_t; // must be pointer size
21
typedef void *machine_ptr_t; // must be of pointer size
0 commit comments