Skip to content

Commit ba7d84b

Browse files
committed
Provide mpers_ptr_t definition for non-mpers case
In mpers case, mpers_ptr_t is already defined by DEF_MPERS_TYPE(...). This allows use of mpers_ptr_t regardless of IN_MPERS state. * mpers_type.h [!IN_MPERS] (mpers_ptr_t): New typedef.
1 parent 72aba2b commit ba7d84b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mpers_type.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
# else
5050
# define MPERS_DEFS "native_defs.h"
5151
# endif
52+
typedef unsigned long mpers_ptr_t;
5253
#endif
5354

5455
#endif /* !STRACE_MPERS_TYPE_H */

0 commit comments

Comments
 (0)