# HG changeset patch # User bellard # Date 1024302543 0 # Node ID 5b33d11bd1fb47b84f5dea86f3cd0a5d21245399 # Parent 09dbc9e0e6a57fce9bbf5f99663540ccb1369cce use #ifdef diff -r 09dbc9e0e6a5 -r 5b33d11bd1fb common.c --- a/common.c Thu Jun 13 23:36:30 2002 +0000 +++ b/common.c Mon Jun 17 08:29:03 2002 +0000 @@ -166,7 +166,7 @@ buf_ptr += 4; /* handle common case: we can read everything */ if (buf_ptr <= s->buf_end) { -#if ARCH_X86 +#ifdef ARCH_X86 bit_buf = bswap_32(*((unsigned long*)(&buf_ptr[-4]))); #else bit_buf = (buf_ptr[-4] << 24) |