diff --git a/include/mem.h b/include/mem.h index 7a2cfb99..c42f6ac1 100644 --- a/include/mem.h +++ b/include/mem.h @@ -59,7 +59,7 @@ MemHandle MEM_NextHandleAt(MemHandle handle,Bitu where); #if defined(WORDS_BIGENDIAN) || !defined(C_UNALIGNED_MEMORY) -static 4/25/2009INLINE Bit8u host_readb(HostPt off) { +static INLINE Bit8u host_readb(HostPt off) { return off[0]; } static INLINE Bit16u host_readw(HostPt off) {