summaryrefslogtreecommitdiff
path: root/src/dev/sinicreg.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/sinicreg.hh')
-rw-r--r--src/dev/sinicreg.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev/sinicreg.hh b/src/dev/sinicreg.hh
index de4188145..791aabf6b 100644
--- a/src/dev/sinicreg.hh
+++ b/src/dev/sinicreg.hh
@@ -48,7 +48,7 @@
static const uint64_t NAME##_width = WIDTH; \
static const uint64_t NAME##_offset = OFFSET; \
static const uint64_t NAME##_mask = (ULL(1) << WIDTH) - 1; \
- static const uint64_t NAME = ((ULL(1) << WIDTH) - 1) << OFFSET; \
+ static const uint64_t NAME = ((ULL(1) << WIDTH) - 1) << OFFSET; \
static inline uint64_t get_##NAME(uint64_t reg) \
{ return (reg & NAME) >> OFFSET; } \
static inline uint64_t set_##NAME(uint64_t reg, uint64_t val) \