From c4d033cc79e820c05ca323d67b7c161a64275297 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Thu, 30 Apr 2009 12:36:55 +0000 Subject: [PATCH] Fix accidential mix up Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3378 --- include/mem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {