aboutsummaryrefslogtreecommitdiff
path: root/bfd/netbsd.h
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/netbsd.h')
-rw-r--r--bfd/netbsd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/netbsd.h b/bfd/netbsd.h
index 3e98140..47963dc 100644
--- a/bfd/netbsd.h
+++ b/bfd/netbsd.h
@@ -48,7 +48,7 @@
((execp)->a_info & 0xfb00ffff) | ((((int) (machtype)) & 0x3ff) << 16))
#define N_SET_FLAGS(execp, flags) \
((execp)->a_info = \
- ((execp)->a_info & 0x03ffffff) | ((flags & 0x03f) << 26))
+ ((execp)->a_info & 0x03ffffff) | ((flags & 0x3fu) << 26))
#include "sysdep.h"
#include "bfd.h"