diff --git a/common/uvm32_target.h b/common/uvm32_target.h index 207b45a..a5393df 100644 --- a/common/uvm32_target.h +++ b/common/uvm32_target.h @@ -14,6 +14,8 @@ typedef uint32_t size_t; typedef int32_t ssize_t; +typedef uint32_t uintptr_t; + #define NULL 0 void *memcpy(void *dst, const void *src, int len);