1
0
Fork 0

Fix accidential mix up

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3378
This commit is contained in:
Peter Veenstra 2009-04-30 12:36:55 +00:00
parent f6def87e34
commit c4d033cc79

View file

@ -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) {