Fix accidential mix up
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3378
This commit is contained in:
parent
f6def87e34
commit
c4d033cc79
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue