diff options
Diffstat (limited to 'src/devices/cpu/ssem/ssemdasm.cpp')
-rw-r--r-- | src/devices/cpu/ssem/ssemdasm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/ssem/ssemdasm.cpp b/src/devices/cpu/ssem/ssemdasm.cpp index 7b8a6a47a7b..a38ac00903a 100644 --- a/src/devices/cpu/ssem/ssemdasm.cpp +++ b/src/devices/cpu/ssem/ssemdasm.cpp @@ -19,7 +19,7 @@ static void ATTR_PRINTF(1,2) print(const char *fmt, ...) va_end(vl); } -INLINE UINT32 reverse(UINT32 v) +static inline UINT32 reverse(UINT32 v) { // Taken from http://www-graphics.stanford.edu/~seander/bithacks.html#ReverseParallel // swap odd and even bits |